Server data from the Official MCP Registry
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
TokenKnows is a knowledge management system with reasonable architecture and appropriate permissions for a developer tool. However, the code exhibits moderate security concerns: insufficient input validation in LLM JSON parsing, lack of comprehensive authentication/authorization enforcement in the MCP server layer, environment variable handling without explicit secrets management patterns, and potential data exposure through SSE event streaming without access controls. The system's three-layer egress gate is a positive design pattern, but verification mechanisms are incomplete. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: TOKENKNOWS_API_BASE
Environment variable: TOKENKNOWS_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-johnnywuj81-tokenknows": {
"env": {
"TOKENKNOWS_API_BASE": "your-tokenknows-api-base-here",
"TOKENKNOWS_API_TOKEN": "your-tokenknows-api-token-here"
},
"args": [
"tokenknows-api"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.