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

Installation

npx -y project-context-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub