Skip to content
Grok

Junê for Grok

io.github.junemind/june-mcp

Shared, cited knowledge-graph memory for agents — ask, search, remember, keep standing instructions

client:Grok transport:stdio runtime:pypi

Install Junê 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": {
    "june-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "june-mcp"
      ],
      "env": {
        "JUNE_BASE_URL": "<JUNE_BASE_URL>",
        "JUNE_CANVAS": "<JUNE_CANVAS>",
        "JUNE_API_KEY": "<JUNE_API_KEY>",
        "JUNE_LLM_KEY": "<JUNE_LLM_KEY>",
        "JUNE_CANVAS_CREATE": "<JUNE_CANVAS_CREATE>",
        "JUNE_READONLY": "<JUNE_READONLY>",
        "JUNE_FILES_ROOT": "<JUNE_FILES_ROOT>",
        "JUNE_DOCS_CANVAS": "<JUNE_DOCS_CANVAS>",
        "JUNE_DOCS_REFRESH": "<JUNE_DOCS_REFRESH>",
        "JUNE_REFRESH_CALLS": "<JUNE_REFRESH_CALLS>",
        "JUNE_REFRESH_MINUTES": "<JUNE_REFRESH_MINUTES>",
        "JUNE_DIGEST_CHARS": "<JUNE_DIGEST_CHARS>",
        "JUNE_EXPORT_ROOT": "<JUNE_EXPORT_ROOT>"
      }
    }
  }
}

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

Junê in other clients