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.tago-io/mcp-server · v2.1.3
Model Context Protocol server for TagoIO data and analytics
mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "<TAGOIO_TOKEN>"
}
}
}
}TAGOIO_TOKEN必填secretYour TagoIO Profile Token or Analysis Token
TAGOIO_API可选Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io
{
"id": "io.github.tago-io/mcp-server",
"type": "mcp-server",
"version": "2.1.3",
"displayName": "mcp-server",
"description": "Model Context Protocol server for TagoIO data and analytics",
"repository": {
"url": "https://github.com/tago-io/mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@tago-io/mcp-server",
"version": "2.1.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "TAGOIO_TOKEN",
"description": "Your TagoIO Profile Token or Analysis Token",
"isRequired": true,
"isSecret": true
},
{
"name": "TAGOIO_API",
"description": "Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.tago-io/mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tago-io%2Fmcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}