MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by Shashank-0018

创建于 11/30/2025
更新于 15 days ago
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

  1. MVP: Public API automation with manual endpoint input
  2. Auth Support: Handle authenticated APIs
  3. Credits System: Monetization model
  4. Custom APIs: Visual API builder
  5. AI Agent: Paste any URL → Auto-generate MCP server 🤖

Documentation

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" ] } } }