Skip to main content
Developer ToolsPython

ericbrown/project-context-mcp

Exposes `.context/` folder files as MCP resources, giving Claude Code instant access to project documentation via `@` mentions.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ericbrown/project-context-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "project-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ericbrown/project-context-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
ericbrown