From 61f92797117c6a90e97c394539ab62fdd49e6990 Mon Sep 17 00:00:00 2001 From: onepaperbox Date: Sat, 6 Jun 2026 05:51:46 +0800 Subject: [PATCH] Add CoderPlan MCP server - OpenAI-compatible LLM API gateway --- docs/ai--llm-integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ai--llm-integration.md b/docs/ai--llm-integration.md index 041953cbe..63b6de989 100644 --- a/docs/ai--llm-integration.md +++ b/docs/ai--llm-integration.md @@ -11,6 +11,7 @@ Servers integrating with other AI models, AI platforms, RAG tools, prompt manage - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [spranab/brainstorm-mcp](https://github.com/spranab/brainstorm-mcp) - Multi-round AI brainstorming debates between multiple models (GPT, DeepSeek, Groq, Ollama, etc.). Pit different LLMs against each other to explore ideas from diverse perspectives. - [deadpixel/roundtable-dashboard](https://github.com/deadpixel/roundtable-dashboard): Multi-model AI debate platform with remote MCP server. GPT-4o, Claude, Gemini and 200+ models discuss prompts in structured rounds and synthesize collective insight via Streamable HTTP at `https://mcp.roundtable.now/mcp`. +- [CoderPlan](https://github.com/coderplan-ai/coderplan-mcp): OpenAI-compatible LLM API gateway MCP server. Access Claude, GPT-4o, Gemini, and 200+ models through a unified API. Install: `npx coderplan-mcp`. - [comitest22/linear-mcp](https://github.com/comitest22/linear-mcp): Facilitates interaction with the Linear API through a Model Context Protocol server, offering tools for ticket management and prioritization. - [stephenlb/pubnub-mcp-server](https://github.com/stephenlb/pubnub-mcp-server): Facilitates access to PubNub SDK and Functions documentation within Cursor IDE using a CLI-based MCP server. - [Ankit2533/research](https://github.com/Ankit2533/research): A multi-agent deep researcher leveraging MCP to perform comprehensive web searches with Linkup and CrewAI orchestration.