|
|
|
|
|
by rahimnathwani
442 days ago
|
|
I mean publish it on the npm registry (https://www.npmjs.com/signup). That way, it would be easy to install, just by adding some lines to claude_desktop_config.json: {
"mcpServers": {
"ragdocs": {
"command": "npx",
"args": [
"-y",
"@qpd-v/mcp-server-ragdocs"
],
"env": {
"QDRANT_URL": "http://127.0.0.1:6333",
"EMBEDDING_PROVIDER": "ollama",
"OLLAMA_URL": "http://localhost:11434"
}
},
}
}
}
|
|