Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
claude mcp add anythingmcp --transport http https://cloud.anythingmcp.com/mcp/demo
~/.cursor/mcp.json
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"anythingmcp": {
"serverUrl": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
.vscode/mcp.json
{
"servers": {
"anythingmcp": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"anythingmcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cloud.anythingmcp.com/mcp/demo"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://cloud.anythingmcp.com/mcp/demo | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.keysersoft--anythingmcp/reviews or the review_server meta-tool.
POST /mcp