Ragdoll AI MCP Server
Description
# Ragdoll AI MCP Server A Model Context Protocol (MCP) server for Ragdoll AI knowledge base queries. ## Overview This MCP server provides a simple interface to query Ragdoll AI knowledge bases through the Model Context Protocol. It allows seamless integration with various LLM…
About
# Ragdoll AI MCP Server A Model Context Protocol (MCP) server for Ragdoll AI knowledge base queries. ## Overview This MCP server provides a simple interface to query Ragdoll AI knowledge bases through the Model Context Protocol. It allows seamless integration with various LLM client applications including Cursor…
Details
- Author
- mesh-hq
- Downloads
- 167
- Categories
- Other
Jump to
- Query Ragdoll AI knowledge bases via MCP.
- Optional topK and rerank parameters.
- NPX installation for quick setup.
- Supports Cursor, Windsurf, and Cline.
- Uses Bun runtime for execution.
- MIT licensed.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ragdoll AI MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ragdoll ai mcp server": {
"ragdoll-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}
}
McpServers
{
"ragdoll-mcp-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




