Back to Browse

Tokenknows MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted

About

Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

network_websocket

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Self-hosted TokenKnows backend URLOptional

Environment variable: TOKENKNOWS_API_BASE

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)Required

Environment variable: TOKENKNOWS_API_TOKEN

Default project_id for event submission and distillOptional

Environment variable: TOKENKNOWS_DEFAULT_PROJECT

Web UI base URL used to build view_url links returned by distill/list tools (login required to open them)Optional

Environment variable: TOKENKNOWS_WEB_BASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-johnnywuj81-tokenknows": {
      "env": {
        "TOKENKNOWS_API_BASE": "your-tokenknows-api-base-here",
        "TOKENKNOWS_WEB_BASE": "your-tokenknows-web-base-here",
        "TOKENKNOWS_API_TOKEN": "your-tokenknows-api-token-here",
        "TOKENKNOWS_DEFAULT_PROJECT": "your-tokenknows-default-project-here"
      },
      "args": [
        "tokenknows-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!