Back to search
30
MCP

cocoindex-code-mcp-server

pypi/cocoindex-code-mcp-server

RAG based on cocoindex as MCP server (streamingHttp), with Haskell support

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

allentcm/mcp-codebase-rag
MCP server for code retrieval from a fully indexed codebase using CocoIndex
0 tools
iflow-mcp_mcp-codebase-rag
MCP server for code retrieval from a fully indexed codebase using CocoIndex
0 tools
cocoindex-mcp
MCP server for querying cocoindex code embeddings database
0 tools
code-rag-mcp
MCP server for efficient code search
0 tools
mcp-server-rag-web-browser
A MCP Server for the RAG Web Browser Actor
0 tools
nkapila6/mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cocoindex-code-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}