An MCP server that indexes your codebase and exposes it as documentation for building a replacement. Provides endpoints for searching, browsing, and retrieving code and documentation via MCP tools and resources.
- Indexes TypeScript, JavaScript, and Markdown files in your codebase
- Exposes searchable endpoints for file names and content
- Provides file content retrieval and file listing as MCP resources
- Ready for integration with Claude, VS Code, and other MCP clients
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Start the MCP server:
node build/index.js
-
Integrate with your MCP client or configure in
.vscode/mcp.jsonfor VS Code agent workflows.
Automated publishing to GitHub Packages is configured via GitHub Actions. See .github/workflows/publish.yml.
MIT