Skip to content
Grok

Anytype (self-hosted HTTP) for Grok

io.github.ohneben/anytype-mcp

Self-hosted Anytype MCP server: the full Anytype API as an always-on Docker + HTTP endpoint.

client:Grok transport:stdio runtime:oci

Install Anytype (self-hosted HTTP) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "anytype-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ohneben/anytype-mcp:1.0.6"
      ],
      "env": {
        "ANYTYPE_API_KEY": "<ANYTYPE_API_KEY>",
        "PORT": "<PORT>",
        "ANYTYPE_API_BASE_URL": "<ANYTYPE_API_BASE_URL>",
        "ANYTYPE_VERSION": "<ANYTYPE_VERSION>",
        "ANYTYPE_API_HOST_HEADER": "<ANYTYPE_API_HOST_HEADER>",
        "MCP_SHARED_TOKEN": "<MCP_SHARED_TOKEN>",
        "ANYTYPE_MCP_SLIM_RESPONSES": "<ANYTYPE_MCP_SLIM_RESPONSES>"
      }
    }
  }
}

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

Anytype (self-hosted HTTP) in other clients