Model Context Protocol (MCP) server configuration and tool manifest for patchy631/rag-with-dockling
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rag-with-dockling": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rag-with-dockling"
]
}
}
}