Shared, cited knowledge-graph memory for agents — ask, search, and remember against a June endpoint
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
june-mcp · pypi · 0.2.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Junemind/june-mcp",
"description": "Shared, cited knowledge-graph memory for agents — ask, search, and remember against a June endpoint",
"title": "Junê",
"repository": {
"url": "https://github.com/Junemind/june-mcp",
"source": "github"
},
"version": "0.2.5",
"websiteUrl": "https://june.januraine.ai",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "june-mcp",
"version": "0.2.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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)",
"isRequired": true,
"name": "JUNE_BASE_URL"
},
{
"description": "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",
"isRequired": true,
"name": "JUNE_CANVAS"
},
{
"description": "Your June API key (set JUNE_ALLOW_ANON=1 instead to explicitly opt out for keyless local setups)",
"isRequired": true,
"isSecret": true,
"name": "JUNE_API_KEY"
},
{
"description": "Bring-your-own LLM key for cited answers — forwarded per-request as a header, never logged or stored on the service",
"isSecret": true,
"name": "JUNE_LLM_KEY"
},
{
"description": "Set to 1 to create the named canvas on first run if it doesn't exist yet (refused in read-only mode)",
"name": "JUNE_CANVAS_CREATE"
},
{
"description": "Set to 1 to hide and refuse all write tools (memory becomes read-only)",
"name": "JUNE_READONLY"
},
{
"description": "Opt-in directory agents may upload files from via june_ingest_file — unset means that tool doesn't exist",
"name": "JUNE_FILES_ROOT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-21T15:38:53.354826Z",
"publishedAt": "2026-08-21T15:38:53.354826Z",
"updatedAt": "2026-08-21T15:38:53.354826Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.