Cited web search for MCP hosts. Returns source-bearing results from Groundlink.
claude mcp add groundlink -- npx -y groundlink-mcp
claude_desktop_config.json
{
"mcpServers": {
"groundlink": {
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"groundlink": {
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"groundlink": {
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"groundlink": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"groundlink": {
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ohhavefun--groundlink/reviews or the review_server meta-tool.
POST /mcp