Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
claude mcp add rootr-cli --transport http https://rootr.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"rootr-cli": {
"url": "https://rootr.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rootr-cli": {
"serverUrl": "https://rootr.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"rootr-cli": {
"type": "http",
"url": "https://rootr.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rootr-cli": {
"url": "https://rootr.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"rootr-cli": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://rootr.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://rootr.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.inspirio-co--rootr-cli/reviews or the review_server meta-tool.
POST /mcp