devrag

tomohiro-owada/devrag
★ 52 stars Go 🤖 AI/LLM Updated 17d ago
Markdown vector search MCP server for Claude Code. Natural language search for markdown files using multilingual-e5-small embeddings.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devrag": {
      "command": "go",
      "args": [
        "run",
        "github.com/tomohiro-owada/devrag@latest"
      ]
    }
  }
}

Topics

claude-codedeveloper-toolsdocumentationembeddingsgolanglocal-aimarkdownmcponnxragsemantic-searchsqlitevector-search