Markdown vector search MCP server for Claude Code. Natural language search for markdown files using multilingual-e5-small embeddings.
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"
]
}
}
}
Run in terminal:
claude mcp add devrag go run github.com/tomohiro-owada/devrag@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"devrag": {
"command": "go",
"args": [
"run",
"github.com/tomohiro-owada/devrag@latest"
]
}
}
}