Back to MCP Servers
Project Context
Exposes `.context/` folder files as MCP resources, giving Claude Code instant access to project documentation via `@` mentions.
developer-tools
By ericbrown
Installation
npx -y project-context-mcpConfiguration
{
"mcpServers": {
"project-context-mcp": {
"command": "npx",
"args": ["-y", "project-context-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes