Ragdoll AI MCP Server
@mesh-hq
关于 Ragdoll AI MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ragdoll-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论