M
MCP Council
MCP server by Shashank-0018
创建于 11/30/2025
更新于 15 days ago
README
Repository documentation and setup instructions
MCP-Council
Status: 🔬 Ideation Phase
Automated pipeline to convert REST APIs into deployable MCP (Model Context Protocol) servers.
Vision
Make any REST API accessible to AI assistants in minutes, not days.
What We're Building
MCP-Council automates the entire process:
- User provides API endpoints
- Platform generates MCP server code
- Auto-deploys to hosting
- Publishes to NPM & MCP Registry
Planned Phases
- MVP: Public API automation with manual endpoint input
- Auth Support: Handle authenticated APIs
- Credits System: Monetization model
- Custom APIs: Visual API builder
- AI Agent: Paste any URL → Auto-generate MCP server 🤖
Documentation
DOCS/Ideation.md- Project ideation and roadmapDOCS/Framework.md- Complete MCP conversion framework
Project Status
Currently in ideation phase. Building out the vision and technical architecture.
Mission: Democratize AI tool creation by automating MCP server generation.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/Shashank-0018/MCP-Council
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"shashank-0018-mcp-council": {
"command": "git",
"args": [
"clone",
"https://github.com/Shashank-0018/MCP-Council"
]
}
}
}