Commit Graph
1 Commits
Author SHA1 Message Date
Eric D. Brown 3faf9b7b5c Add project-context-mcp to Developer Tools
## Add project-context-mcp

  **Give Claude Code instant access to your project's institutional knowledge.**

  ### The Problem

  You're working with Claude Code on a complex project. Claude is smart, but it doesn't know your team's coding conventions, why you chose that architecture, or the gotchas in your codebase. You end up copy-pasting the same context into every conversation.

  ### The Solution

  Create a `.context/` folder. Drop in your docs. Now when you type `@` in Claude Code, your context files appear right alongside your source files:

  Help me add a new API endpoint @api-patterns.md @conventions.md

  One mention and Claude knows exactly how your team structures code.

  ### Features

  - **Zero config** - Just create `.context/` and go
  - **Selective inclusion** - Only include relevant docs per task (unlike CLAUDE.md which is always included)
  - **Supports everything** - Markdown, YAML, JSON, SQL, code examples, and more
  - **Smart naming** - Extracts titles from markdown headings for clean autocomplete

  ### Perfect for

  - Team coding conventions and standards
  - Architecture decision records
  - API design patterns
  - Database schemas and gotchas
  - Domain glossaries for complex industries

  ### Quick Start

  ```bash
  claude mcp add project-context -s user -- uvx project-context-mcp

  Links

  - GitHub: https://github.com/ericbrown/project-context-mcp
  - PyPI: https://pypi.org/project/project-context-mcp/

  ---
  Built for developers who are tired of repeating themselves.
2026-01-14 15:03:43 -07:00