Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@code-rag/mcp-server

MCP server for CodeRAG -- exposes codebase search, context, explain, and status tools via the Model Context Protocol (stdio and SSE transports).

Installation

npm install @code-rag/mcp-server

Tools

  • coderag_search -- semantic + keyword hybrid search over the codebase
  • coderag_context -- retrieve assembled context within a token budget
  • coderag_explain -- explain code symbols with dependency context
  • coderag_status -- show index health and statistics

Documentation

See the main repository for full documentation.

License

MIT