beeard/one-framework-mcp
3.2
If you are the rightful owner of one-framework-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Agent MCP Framework is a minimalist architecture designed for Anthropic SDK agents, utilizing .claude/skills as tools.
Agent MCP Framework
Minimalist architecture for Anthropic SDK agents with .claude/skills as tools.
Quick Start
# Prerequisites
export ANTHROPIC_API_KEY="your-key"
pip install anthropic fastmcp pyyaml
# Run server
python cable/server.py
# Run tests
pytest tests/
Structure
agents/- Agent implementations (auto-discovered)cable/- Routing + MCP server.claude/- Core documentation + skillstemplates/- DNA behavioral principles
Documentation
See for complete reference.
Architecture
Minimalist refactoring complete:
- Merged AgentBlock + SkillToolBridge (15% code reduction)
- Auto-discovery registry (no manual imports)
- Consolidated documentation (92% reduction)
🤖 Generated with Claude Code