Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ We welcome submissions! To add your MCP server:

Servers integrating with other AI models, AI platforms, RAG tools, prompt management, or agent frameworks.

- [RunAPI MCP Server](https://github.com/runapi-ai/mcp) - 130+ AI models for image, video, music, audio, and LLM generation from 18 providers; free catalog tools for model discovery and pricing, authenticated tools for media generation and LLM chat. `npx @runapi.ai/mcp`
- [SignalSpore MCP](https://github.com/yeahdog/signalspore-mcp) - Model-aware preflight MCP server for AI agents; gates risky tasks, returns trap-aware execution briefs, and records safe post-task deltas. `npx -y github:yeahdog/signalspore-mcp`
- [ejentum/ejentum-mcp](https://github.com/ejentum/ejentum-mcp) - MCP server with reasoning, code, anti-deception, and memory tools for AI agents (stdio via npm, or hosted HTTPS at api.ejentum.com/mcp).
- [OpenAgent](https://github.com/the-open-agent/openagent) - Open-source personal AI assistant platform powered by LLM, RAG and agent loops. Supports browser-use, shell execution, web search, office automation, and connects any MCP-compatible server over SSE, Stdio, or StreamableHTTP. Features visual workflow builder, multi-tenant support, and 30+ model providers. Apache-2.0.
Expand Down
1 change: 1 addition & 0 deletions docs/ai--llm-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1621,3 +1621,4 @@ Servers integrating with other AI models, AI platforms, RAG tools, prompt manage
- [hlpun/Train-in-Silence](https://github.com/hlpun/Train-in-Silence): Task-aware MCP server for LLM fine-tuning providing VRAM/runtime/cost estimation and live multi-cloud GPU sniping.
- [tolegm/astranl-mcp](https://github.com/tolegm/astranl-mcp) - AI inference dispatch aggregator routing tasks to Anthropic, OpenAI, Gemini, and xAI Grok. Flat per-task pricing (€0.005-€0.05). 9 MCP tools.
- [New1Direction/webmcp-anything](https://github.com/New1Direction/webmcp-anything): Turn any URL into agent-callable MCP tools. 5-tier adapter chain (Shopify ~4M storefronts / generic JSON-LD / OpenAPI compiler / known providers like Stripe/Slack/Notion/GitHub / Claude 3.5 Haiku fallback). Hosted at [wmcp.sh](https://wmcp.sh) — free public API, paid tier with custom adapters + verified directory listings.
- [runapi-ai/mcp](https://github.com/runapi-ai/mcp): 130+ AI models for image, video, music, audio, and LLM generation from 18 providers; free catalog tools for model discovery and pricing, authenticated tools for media generation. `npx @runapi.ai/mcp`