Servers
Building a Watsonx.ai Chatbot RAG Server with MCP
@ruslanmv
Building a Watsonx.ai Chatbot RAG Server with MCP compatible with Claude Desktop.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"watsonx-rag-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}