Skip to content

Releases: doITmagic/rag-code-mcp

rag-code-mcp v1.1.7

25 Nov 16:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 09f3026 Merge dev into main - add Windows/macOS builds
  • 94eb2e3 feat: add Windows and macOS builds support

rag-code-mcp v1.1.5

25 Nov 14:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

RagCode MCP Server v1.1.5

Semantic code navigation using RAG (Retrieval-Augmented Generation).

Installation

Linux (amd64):

curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_linux_amd64.tar.gz | tar xz
./ragcode-installer -ollama=docker -qdrant=docker

macOS (Apple Silicon):

curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_darwin_arm64.tar.gz | tar xz
./ragcode-installer -ollama=docker -qdrant=docker

Or download the archive for your platform below.

Changelog

Bug Fixes

Other Changes

  • 52971d7: chore: update server.json to version 1.1.4 (@github-actions[bot])

What's Next?

  1. Install dependencies: Ollama and Qdrant
  2. Configure your environment (see README.md)
  3. Start the server: rag-code-mcp

Full documentation: https://github.com/doITmagic/rag-code-mcp

rag-code-mcp v1.1.4

25 Nov 14:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

RagCode MCP Server v1.1.4

Semantic code navigation using RAG (Retrieval-Augmented Generation).

Installation

Linux (amd64):

curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_linux_amd64.tar.gz | tar xz
./ragcode-installer -ollama=docker -qdrant=docker

macOS (Apple Silicon):

curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_darwin_arm64.tar.gz | tar xz
./ragcode-installer -ollama=docker -qdrant=docker

Or download the archive for your platform below.

Changelog

Other Changes

  • 99f0b20: chore: update server.json to version 1.1.3 (@github-actions[bot])

What's Next?

  1. Install dependencies: Ollama and Qdrant
  2. Configure your environment (see README.md)
  3. Start the server: rag-code-mcp

Full documentation: https://github.com/doITmagic/rag-code-mcp

rag-code-mcp v1.1.3

25 Nov 14:06
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

RagCode MCP Server v1.1.3

Semantic code navigation for Go codebases using RAG (Retrieval-Augmented Generation).

Installation

Quick install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/doITmagic/rag-code-mcp/main/install.sh | bash

Or download the binary for your platform below.

Changelog

Other Changes

  • 2d8e518: chore: update server.json to version 1.1.2 (@github-actions[bot])

What's Next?

  1. Install dependencies: Ollama and Qdrant
  2. Configure your environment (see README.md)
  3. Start the server: rag-code-mcp

Full documentation: https://github.com/doITmagic/rag-code-mcp

rag-code-mcp v1.1.2

25 Nov 13:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

RagCode MCP Server v1.1.2

Semantic code navigation for Go codebases using RAG (Retrieval-Augmented Generation).

Installation

Quick install (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/doITmagic/rag-code-mcp/main/install.sh | bash

Or download the binary for your platform below.

Changelog

What's Next?

  1. Install dependencies: Ollama and Qdrant
  2. Configure your environment (see README.md)
  3. Start the server: rag-code-mcp

Full documentation: https://github.com/doITmagic/rag-code-mcp