Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
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.
tokenknows-mcp · pypi · 0.3.0
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.johnnywuj81/tokenknows",
"description": "Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted",
"title": "TokenKnows",
"repository": {
"url": "https://github.com/johnnywuj81/tokenknows",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "pypi",
"identifier": "tokenknows-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Self-hosted TokenKnows backend URL",
"format": "string",
"default": "http://127.0.0.1:8001",
"name": "TOKENKNOWS_API_BASE"
},
{
"description": "API token (tkk_...) or JWT bearer for the backend; create one in the web UI under Project Settings - MCP Access (optional for default local deployments)",
"format": "string",
"isSecret": true,
"name": "TOKENKNOWS_API_TOKEN"
},
{
"description": "Default project_id for event submission and distill",
"format": "string",
"default": "proj-demo-001",
"name": "TOKENKNOWS_DEFAULT_PROJECT"
},
{
"description": "Web UI base URL used to build view_url links returned by distill/list tools (login required to open them)",
"format": "string",
"default": "http://127.0.0.1:5173",
"name": "TOKENKNOWS_WEB_BASE"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-11T15:18:16.20389Z",
"publishedAt": "2026-06-11T15:18:16.20389Z",
"updatedAt": "2026-06-11T15:18:16.20389Z",
"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.3.0last 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.