From 3faf9b7b5c7a0f76a4cd8a34505d8569f90ea3b1 Mon Sep 17 00:00:00 2001 From: "Eric D. Brown" Date: Wed, 14 Jan 2026 15:03:43 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48fa5e81..b63c9b6b 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ Tools and integrations that enhance the development workflow and environment man - [docker/hub-mcp](https://github.com/docker/hub-mcp) 🎖️ 📇 ☁️ 🏠 - Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images - [V0v1kkk/DotNetMetadataMcpServer](https://github.com/V0v1kkk/DotNetMetadataMcpServer) #️⃣ 🏠 🍎 🪟 🐧 - Provides AI agents with detailed type information from .NET projects including assembly exploration, namespace discovery, type reflection, and NuGet integration - [endorhq/cli](https://github.com/endorhq/cli) 📇 ☁️ 🏠 🪟 🐧 🍎 - Endor lets your AI agents run services like MariaDB, Postgres, Redis, Memcached, Alpine, or Valkey in isolated sandboxes. Get pre-configured applications that boot in less than 5 seconds. +- [ericbrown/project-context-mcp](https://github.com/ericbrown/project-context-mcp) 🐍 🏠 - Exposes `.context/` folder files as MCP resources, giving Claude Code instant access to project documentation via `@` mentions. - [eyaltoledano/claude-task-master](https://github.com/eyaltoledano/claude-task-master) 📇 ☁️ 🏠 - AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage. - [etsd-tech/mcp-pointer](https://github.com/etsd-tech/mcp-pointer) 📇 🏠 🍎 🪟 🐧 - Visual DOM element selector for agentic coding tools. Chrome extension + MCP server bridge for Claude Code, Cursor, Windsurf etc. Option+Click to capture elements. - [flipt-io/mcp-server-flipt](https://github.com/flipt-io/mcp-server-flipt) 📇 🏠 - Enable AI assistants to interact with your feature flags in [Flipt](https://flipt.io).