Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ’» Developer Tools
  3. Project Context MCP
Project Context MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:02:20 PM

Project Context MCP

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
developer-toolsclaude-codedocumentationmcp-resources

Exposes project documentation from .context/ as selectable MCP resources for Claude Code.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ericbrown-project-context-mcp": {
      "command": "uvx",
      "args": [
        "project-context-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ’» More in Developer Tools

Overview

ericbrown/project-context-mcp MCP server exposes files in a project's .context/ directory as MCP resources for Claude Code. It discovers supported files recursively, derives names and descriptions, and makes their contents available through @ mentions using context:// URIs. Reach for it when project conventions, architecture notes, or domain guidance should be available selectively rather than pasted into every prompt.

Use cases

•Provide coding conventions during implementation tasks
•Include architecture decisions when modifying legacy systems
•Select database and API guidance for targeted changes
•Share domain glossaries with development agents

Key features

•Recursive .context/ file discovery
•MCP resource exposure
•Claude Code @ mention selection
•Automatic resource names and descriptions
•Nested folder support
•context:// resource URIs

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Project Context MCP.

Extracted Tool Capabilities
Recursive .context/ file discovery
MCP resource exposure
Claude Code @ mention selection
Automatic resource names and descriptions
Nested folder support
context:// resource URIs

How Project Context MCP works

What ericbrown/project-context-mcp MCP server does

ericbrown/project-context-mcp MCP server turns a project's .context/ directory into a collection of MCP resources that Claude Code can browse and include with @ mentions. It is intended for documentation and other project-specific knowledge that may not be obvious from the source code, such as coding conventions, architecture decisions, database guidance, testing practices, deployment procedures, and known issues.

The directory can contain documentation, configuration or data files, and code examples. Supported extensions include Markdown, plain text, reStructuredText, AsciiDoc, YAML, JSON, TOML, XML, CSV, INI, CFG, CONF, Python, JavaScript, TypeScript, JSX, TSX, HTML, CSS, SQL, and shell files. Hidden files and common generated or repository folders such as __pycache__, node_modules, .git, and .DS_Store are excluded.

How it works

At startup, ericbrown/project-context-mcp MCP server looks for .context/ in the current directory. It scans that directory recursively and returns the discovered files as MCP resources. When Claude Code requests available resources while the user types @, the server supplies each file's name, description, and URI. Selecting a resource fetches its contents for inclusion in the prompt.

Resources use the context:// URI scheme. For example, .context/architecture.md is exposed as context://architecture.md, while a nested file such as .context/api/patterns.md becomes context://api/patterns.md.

Names are generated from file content or filenames. Markdown uses its first level-one heading when available; other files use a title-cased filename. The first paragraph is used as the autocomplete description, helping distinguish resources before opening them.

Setup and configuration

Install the server with uvx through Claude Code:

Terminal
claude mcp add project-context -s user -- uvx project-context-mcp

The server requires Python 3.10 or newer when installed through the Python package. Create a .context/ directory in the project where the server will run, then place the relevant files inside it. Subdirectories are supported, so documentation can be separated into areas such as API, database, or frontend guidance.

No configuration file or environment variable is required. The repository also lists pip as an alternative installation method, but the documented Claude Code setup uses uvx.

Tools and capabilities

  • Exposes eligible .context/ files as MCP resources.
  • Recursively discovers files in nested folders.
  • Supports selective inclusion through Claude Code @ mentions.
  • Generates resource names from Markdown headings or filenames.
  • Generates autocomplete descriptions from each file's first paragraph.
  • Uses context:// URIs for top-level and nested resources.

Limitations and notes

The server focuses on project context files; it does not describe tools for editing, indexing, or synchronizing documentation. Files must use one of the supported extensions to be exposed, and excluded hidden or generated paths will not appear. Context is selected explicitly with @ mentions, so it is not automatically included in every prompt in the way a single always-loaded project instruction file might be.

The documented integration is with Claude Code. The server checks the current directory for .context/, so the folder must be present in the project context where the MCP process starts.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude 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.

    šŸ’» Developer Tools8 views
    Compare vs Claude Task Master →
  • Llm Router logoLlm Router

    Subscription-aware LLM router for Claude Code. Routes tasks to 20+ providers (OpenAI, Gemini, Groq, Ollama, Codex) based on complexity classification, Claude subscription pressure, and cost. Free tasks stay on Claude subscription; expensive tasks fall back to the cheapest capable model. Includes 30 MCP tools, 6 auto-routing hooks, semantic dedup cache, prompt caching, daily spend cap, and a live web dashboard.

    šŸ’» Developer Tools3 views
    Compare vs Llm Router →
  • Imqueue MCP logoImqueue MCP

    Search @imqueue docs and scaffold typed services & clients for AI coding agents, access CLI and manage your service fleet.

    šŸ’» Developer Tools3 views
    Compare vs Imqueue MCP →
  • DevDocs MCP logoDevDocs MCP

    DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io in offline mode

    šŸ’» Developer Tools3 views
    Compare vs DevDocs MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
5
Stargazers on the source repository.
npm downloads
408
Package downloads in the last 30 days.
Last commit
7mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Project Context MCP

Run `claude mcp add project-context -s user -- uvx project-context-mcp` in Claude Code.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewProject Context MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ericbrown-project-context-mcp?style=directory)](https://allmcps.com/mcp/ericbrown-project-context-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ericbrown-project-context-mcp"><img src="https://allmcps.com/api/badge/ericbrown-project-context-mcp?style=directory" alt="Project Context MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ’»Developer Tools
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit7mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 14, 2026
npm downloads408/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
49Quality signal: Fair Ā· 49/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· project-context-mcp (PyPI)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ’» Developer Tools →Best MCP servers for Developers →Alternatives to Project Context MCP →Install in Claude DesktopInstall in CursorInstall in VS Code