#224 · Primary category: AI Coding Assistants
pi-mcp-adapter
Token-efficient MCP adapter for Pi coding agent
Project last updated:08/29/26
GitHub Stars
1.4K
Forks
299
Contributors
56
License
MIT
Why we included this project
If you run the Pi coding agent, MCP has probably felt like a bad trade: every server you connect spends thousands of tokens just describing its tools before you've used any of them. This adapter puts those servers behind a single proxy tool that costs roughly 200 tokens, and the agent pulls in a specific tool only when it needs it. Servers stay off until you actually call one of their tools. It reads standard .mcp.json files with no extra configuration, and a /mcp setup command can import existing setups from Cursor, Claude Code, or Codex, showing exactly what it will change before writing anything. If you've already invested in MCP servers for databases, browsers, or anything else, you can keep those tools working inside Pi instead of rewriting them as CLI scripts.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.