ericbrown/project-context-mcp
Exposes `.context/` folder files as MCP resources, giving Claude Code instant access to project documentation via `@` mentions.
Quick Start
Clone the repository:
git clone https://github.com/ericbrown/project-context-mcpClaude 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.