Servers
D
DevRag - Lightweight Local RAG MCP Server
@tomohiro-owada
Lightweight local RAG MCP server for semantic vector
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"devrag": {
"type": "stdio",
"command": "/usr/local/bin/devrag"
}
}
}