Skip to content
Grok

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

io.github.mironovisa/datamcp

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

client:Grok transport:streamable-http

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

.mcp.json (in your project root)

{
  "mcpServers": {
    "datamcp": {
      "type": "http",
      "url": "https://api.datamcp.app/api/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

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