Skip to content
Claude Desktop

datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory for Claude Desktop

io.github.mironovisa/datamcp

PostgreSQL, MySQL, OpenAPI/Swagger, and shared Agent Memory with scoped access.

client:Claude Desktop transport:streamable-http

Install datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "datamcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.datamcp.app/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

datamcp — Hosted Model Context Protocol for Databases, APIs, and Agent Memory in other clients