Ragdoll AI MCP Server
@mesh-hq
About Ragdoll AI MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ragdoll-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Ragdoll AI MCP Server?
A Model Context Protocol (MCP) server that enables querying Ragdoll AI knowledge bases directly from LLM client applications like Cursor, Windsurf, and Cline.
How to use Ragdoll AI MCP Server?
Install via npx -y ragdoll-mcp-server or clone the repo and run bun run index.ts. Set environment variables RAGDOLL_API_KEY and RAGDOLL_KNOWLEDGE_BASE_ID. Configure the server in your IDE's MCP settings (e.g., mcp.json for Cursor, mcp_config.json for Windsurf, cline_mcp_settings.json for Cline).
Key features of Ragdoll AI MCP Server
- Query Ragdoll AI knowledge bases via MCP.
- Optional
topKandrerankparameters. - NPX installation for quick setup.
- Supports Cursor, Windsurf, and Cline.
- Uses Bun runtime for execution.
- MIT licensed.
Use cases of Ragdoll AI MCP Server
- Integrate Ragdoll knowledge bases with Cursor IDE.
- Query knowledge base content from Windsurf.
- Use with Cline for programmatic access.
- Retrieve ranked results from a knowledge base.
FAQ from Ragdoll AI MCP Server
What does this server do?
It acts as a bridge between LLM clients and Ragdoll AI knowledge bases, allowing users to query their knowledge bases using natural language through the Model Context Protocol.
What are the runtime requirements?
Bun runtime version 1.2.1 or later is required. The server also needs a Ragdoll AI API key and a knowledge base ID.
How do I authenticate?
Authentication is done via the RAGDOLL_API_KEY environment variable. The key is passed to the server when starting it or through the IDE's MCP configuration.
What parameters can I use in a query?
Required: query (string). Optional: topK (number, 1‑10) and rerank (boolean).
Which IDEs are supported?
Cursor, Windsurf, and Cline are explicitly documented with configuration examples. Other MCP‑compatible clients may also work.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments