/indiexpo-mcp-docs

Primary LanguageTypeScriptMIT LicenseMIT

indiexpo-mcp-docs

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.

Features

  • 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

Usage

  1. Install dependencies:

    npm install
  2. Build the project:

    npm run build
  3. Start the MCP server:

    node build/index.js
  4. Integrate with your MCP client or configure in .vscode/mcp.json for VS Code agent workflows.

Publishing

Automated publishing to GitHub Packages is configured via GitHub Actions. See .github/workflows/publish.yml.

License

MIT