List LLM providers and run chat completions through the three.ws multi-provider router.
claude mcp add brain-mcp -- npx -y @three-ws/brain-mcp
claude_desktop_config.json
{
"mcpServers": {
"brain-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/brain-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"brain-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/brain-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"brain-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/brain-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"brain-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/brain-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"brain-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/brain-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--brain-mcp/reviews or the review_server meta-tool.
POST /mcp