PluginBench
MCP Server
Active
MIT

Junê MCP Server

io.github.Junemind/june-mcp

What is the Junê MCP server?

Shared, cited knowledge-graph memory for agents — ask, search, and remember against a June endpoint

How to install Junê

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JUNE_BASE_URL
    required

    Your June endpoint, e.g. http://localhost:8000 (the Junê desktop app's local engine, your own june-local service, or a hosted Team workspace)

  • JUNE_CANVAS
    required

    The canvas (workspace) to bind this connection to — a name (e.g. 'work') or a canvas id; names resolve at startup and ambiguous names fail closed

  • JUNE_API_KEY
    required
    secret

    Your June API key (set JUNE_ALLOW_ANON=1 instead to explicitly opt out for keyless local setups)

  • JUNE_LLM_KEY
    secret

    Bring-your-own LLM key for cited answers — forwarded per-request as a header, never logged or stored on the service

  • JUNE_CANVAS_CREATE

    Set to 1 to create the named canvas on first run if it doesn't exist yet (refused in read-only mode)

  • JUNE_READONLY

    Set to 1 to hide and refuse all write tools (memory becomes read-only)

  • JUNE_FILES_ROOT

    Opt-in directory agents may upload files from via june_ingest_file — unset means that tool doesn't exist

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "june-mcp": {
      "command": "uvx",
      "args": [
        "june-mcp"
      ],
      "env": {
        "JUNE_BASE_URL": "<YOUR_JUNE_BASE_URL>",
        "JUNE_CANVAS": "<YOUR_JUNE_CANVAS>",
        "JUNE_API_KEY": "<YOUR_JUNE_API_KEY>",
        "JUNE_LLM_KEY": "<YOUR_JUNE_LLM_KEY>",
        "JUNE_CANVAS_CREATE": "<YOUR_JUNE_CANVAS_CREATE>",
        "JUNE_READONLY": "<YOUR_JUNE_READONLY>",
        "JUNE_FILES_ROOT": "<YOUR_JUNE_FILES_ROOT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "june-mcp": {
      "command": "uvx",
      "args": [
        "june-mcp"
      ],
      "env": {
        "JUNE_BASE_URL": "<YOUR_JUNE_BASE_URL>",
        "JUNE_CANVAS": "<YOUR_JUNE_CANVAS>",
        "JUNE_API_KEY": "<YOUR_JUNE_API_KEY>",
        "JUNE_LLM_KEY": "<YOUR_JUNE_LLM_KEY>",
        "JUNE_CANVAS_CREATE": "<YOUR_JUNE_CANVAS_CREATE>",
        "JUNE_READONLY": "<YOUR_JUNE_READONLY>",
        "JUNE_FILES_ROOT": "<YOUR_JUNE_FILES_ROOT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "june-mcp": {
      "command": "uvx",
      "args": [
        "june-mcp"
      ],
      "env": {
        "JUNE_BASE_URL": "<YOUR_JUNE_BASE_URL>",
        "JUNE_CANVAS": "<YOUR_JUNE_CANVAS>",
        "JUNE_API_KEY": "<YOUR_JUNE_API_KEY>",
        "JUNE_LLM_KEY": "<YOUR_JUNE_LLM_KEY>",
        "JUNE_CANVAS_CREATE": "<YOUR_JUNE_CANVAS_CREATE>",
        "JUNE_READONLY": "<YOUR_JUNE_READONLY>",
        "JUNE_FILES_ROOT": "<YOUR_JUNE_FILES_ROOT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "june-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "june-mcp"
      ],
      "env": {
        "JUNE_BASE_URL": "<YOUR_JUNE_BASE_URL>",
        "JUNE_CANVAS": "<YOUR_JUNE_CANVAS>",
        "JUNE_API_KEY": "<YOUR_JUNE_API_KEY>",
        "JUNE_LLM_KEY": "<YOUR_JUNE_LLM_KEY>",
        "JUNE_CANVAS_CREATE": "<YOUR_JUNE_CANVAS_CREATE>",
        "JUNE_READONLY": "<YOUR_JUNE_READONLY>",
        "JUNE_FILES_ROOT": "<YOUR_JUNE_FILES_ROOT>"
      }
    }
  }
}
Claude Code
claude mcp add june-mcp --env JUNE_BASE_URL=<YOUR_JUNE_BASE_URL> --env JUNE_CANVAS=<YOUR_JUNE_CANVAS> --env JUNE_API_KEY=<YOUR_JUNE_API_KEY> --env JUNE_LLM_KEY=<YOUR_JUNE_LLM_KEY> --env JUNE_CANVAS_CREATE=<YOUR_JUNE_CANVAS_CREATE> --env JUNE_READONLY=<YOUR_JUNE_READONLY> --env JUNE_FILES_ROOT=<YOUR_JUNE_FILES_ROOT> -- uvx june-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →