Other MCP Configurations

MCP โ€” Other clients โ€” WoWSQL Docs

Other MCP clients

HTTP transport ยท stdio bridges

Any client that supports Streamable HTTP MCP (JSON-RPC over POST to a fixed URL) can use the same pattern as Cursor. Clients that only support stdio can use npx mcp-remote <url> like Claude Desktop, or run the WoWSQL MCP server from the repo (mcp/README.md).

Generic HTTP config

{
  "mcpServers": {
    "wowsql": {
      "type": "http",
      "url": "https://mcp.wowsql.com/mcp"
    }
  }
}

Exact top-level key (mcpServers vs mcp.servers) depends on the product โ€” match your appโ€™s MCP documentation.

Quick comparison

ClientTypical patternDoc
Cursortype + url in mcp.jsonCursor
VS Codemcp.servers in settingsVS Code
Claude Desktopnpx mcp-remoteClaude
Antigravity / othersHTTP URL or stdio bridgevendor docs

โ† Claude ยท All clients ยท Tools & security โ†’

sdk/Docs updates/mcp-client-other.html