TokenKnows
Rank #30,935io.github.johnnywuj81/tokenknows
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
TokenKnows is a Model Context Protocol (MCP) server published by johnnywuj81. It ranks #30,935 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. TokenKnows is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 101,111 of 132,046 servers on MCP Toplist.
Use TokenKnows
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tokenknows -e "TOKENKNOWS_API_BASE=<your TOKENKNOWS_API_BASE>" -e "TOKENKNOWS_API_TOKEN=<your TOKENKNOWS_API_TOKEN>" -e "TOKENKNOWS_DEFAULT_PROJECT=<your TOKENKNOWS_DEFAULT_PROJECT>" -e "TOKENKNOWS_WEB_BASE=<your TOKENKNOWS_WEB_BASE>" -- uvx tokenknows-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tokenknows]
command = "uvx"
args = ["tokenknows-mcp"]
[mcp_servers.tokenknows.env]
TOKENKNOWS_API_BASE = "<your TOKENKNOWS_API_BASE>"
TOKENKNOWS_API_TOKEN = "<your TOKENKNOWS_API_TOKEN>"
TOKENKNOWS_DEFAULT_PROJECT = "<your TOKENKNOWS_DEFAULT_PROJECT>"
TOKENKNOWS_WEB_BASE = "<your TOKENKNOWS_WEB_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenknows": {
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "<your TOKENKNOWS_API_BASE>",
"TOKENKNOWS_API_TOKEN": "<your TOKENKNOWS_API_TOKEN>",
"TOKENKNOWS_DEFAULT_PROJECT": "<your TOKENKNOWS_DEFAULT_PROJECT>",
"TOKENKNOWS_WEB_BASE": "<your TOKENKNOWS_WEB_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenknows": {
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "<your TOKENKNOWS_API_BASE>",
"TOKENKNOWS_API_TOKEN": "<your TOKENKNOWS_API_TOKEN>",
"TOKENKNOWS_DEFAULT_PROJECT": "<your TOKENKNOWS_DEFAULT_PROJECT>",
"TOKENKNOWS_WEB_BASE": "<your TOKENKNOWS_WEB_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tokenknows": {
"type": "stdio",
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "<your TOKENKNOWS_API_BASE>",
"TOKENKNOWS_API_TOKEN": "<your TOKENKNOWS_API_TOKEN>",
"TOKENKNOWS_DEFAULT_PROJECT": "<your TOKENKNOWS_DEFAULT_PROJECT>",
"TOKENKNOWS_WEB_BASE": "<your TOKENKNOWS_WEB_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenknows": {
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "<your TOKENKNOWS_API_BASE>",
"TOKENKNOWS_API_TOKEN": "<your TOKENKNOWS_API_TOKEN>",
"TOKENKNOWS_DEFAULT_PROJECT": "<your TOKENKNOWS_DEFAULT_PROJECT>",
"TOKENKNOWS_WEB_BASE": "<your TOKENKNOWS_WEB_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tokenknows": {
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "<your TOKENKNOWS_API_BASE>",
"TOKENKNOWS_API_TOKEN": "<your TOKENKNOWS_API_TOKEN>",
"TOKENKNOWS_DEFAULT_PROJECT": "<your TOKENKNOWS_DEFAULT_PROJECT>",
"TOKENKNOWS_WEB_BASE": "<your TOKENKNOWS_WEB_BASE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.johnnywuj81%2Ftokenknows)<a href="https://mcptoplist.com/server/io.github.johnnywuj81%2Ftokenknows"><img src="https://mcptoplist.com/badge/io.github.johnnywuj81%2Ftokenknows.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
johnnywuj81
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Jun 11, 2026 |
| 0.2.1 | Jun 11, 2026 |
Frequently asked questions
- Who maintains TokenKnows?
- TokenKnows is maintained by johnnywuj81, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is TokenKnows listed on the Official MCP Registry?
- Yes — TokenKnows is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does TokenKnows have?
- MCP Toplist tracks 2 versions of TokenKnows, most recently published on Jun 11, 2026.
- Where can I find the source code for TokenKnows?
- The source code for TokenKnows is hosted at github.com/johnnywuj81/tokenknows.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.