ragdoll-mcp-server
A Model Context Protocol (MCP) server for Ragdoll AI knowledge base queries.
The Ragdoll AI MCP Server provides a streamlined interface for querying Ragdoll AI knowledge bases using the Model Context Protocol. It facilitates easy integration with various LLM client applications such as Cursor, Windsurf, and Cline. The server requires the Bun runtime and a Ragdoll AI API key and knowledge base ID for operation. Users can clone the repository, install dependencies, and configure environment variables to get started. The server can be run locally or accessed via NPX for convenience. It supports querying with parameters like 'query', 'topK', and 'rerank' to customize search results.
Features
- Seamless integration with LLM clients like Cursor, Windsurf, and Cline.
- Supports querying with customizable parameters such as 'query', 'topK', and 'rerank'.
- Easy setup and configuration with environment variables.
- Can be run locally or accessed via NPX for flexibility.
- Utilizes the Model Context Protocol for efficient knowledge base queries.
Usage with Different Platforms
Cursor
{
"mcpServers": {
"ragdoll-mcp-server": {
"command": "npx",
"args": ["-y", "ragdoll-mcp-server"],
"env": {
"RAGDOLL_API_KEY": "your-ragdoll-api-key",
"RAGDOLL_KNOWLEDGE_BASE_ID": "your-knowledge-base-id"
}
}
}
}
Windsurf
{
"mcpServers": {
"ragdoll-mcp-server": {
"command": "npx",
"args": ["-y", "ragdoll-mcp-server"],
"env": {
"RAGDOLL_API_KEY": "your-ragdoll-api-key",
"RAGDOLL_KNOWLEDGE_BASE_ID": "your-knowledge-base-id"
}
}
}
}
Cline
{
"mcpServers": {
"ragdoll-mcp-server": {
"command": "npx",
"args": ["-y", "ragdoll-mcp-server"],
"env": {
"RAGDOLL_API_KEY": "your-ragdoll-api-key",
"RAGDOLL_KNOWLEDGE_BASE_ID": "your-knowledge-base-id"
}
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.