## 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.
Claudia is an AI-native task management system designed for Claude agents,
featuring hierarchical tasks, dependencies, sprints, acceptance criteria,
and multi-agent coordination with MCP server integration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added VibeTrader MCP server to the Finance section.
VibeTrader is an AI-powered trading bot platform that lets users create automated trading strategies using natural language. It connects to Alpaca brokerage for stocks and crypto trading.
- 🐍 Python-based MCP server
- ☁️ Hosted service available
- Features: bot creation, portfolio management, backtesting, trade execution