Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.Shweta-Mishra-ai/tokenmizer · v0.3.1
Graph-backed session memory for LLMs: checkpoint, resume, file analysis, token-savings stats.
tokenmizer 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"tokenmizer": {
"command": "uvx",
"args": [
"tokenmizer"
]
}
}
}TOKENMIZER_URL可选Base URL of the running TokenMizer proxy (default http://localhost:8000)
TOKENMIZER_API_KEY可选secretAPI key if the proxy has auth enabled
{
"id": "io.github.Shweta-Mishra-ai/tokenmizer",
"type": "mcp-server",
"version": "0.3.1",
"displayName": "tokenmizer",
"description": "Graph-backed session memory for LLMs: checkpoint, resume, file analysis, token-savings stats.",
"repository": {
"url": "https://github.com/Shweta-Mishra-ai/tokenmizer",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "tokenmizer",
"version": "0.3.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "TOKENMIZER_URL",
"description": "Base URL of the running TokenMizer proxy (default http://localhost:8000)"
},
{
"name": "TOKENMIZER_API_KEY",
"description": "API key if the proxy has auth enabled",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Shweta-Mishra-ai/tokenmizer",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Shweta-Mishra-ai%2Ftokenmizer/versions/latest",
"isOfficial": true,
"status": "active"
}
}