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.bepunk/zoogent · v0.4.2
AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.
zoogent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"zoogent": {
"command": "npx",
"args": [
"-y",
"zoogent"
]
}
}
}ZOOGENT_URL可选URL of the ZooGent server (for remote connections)
ZOOGENT_API_KEY可选secretAPI key for authenticating with the ZooGent server (generate in Settings UI)
{
"id": "io.github.bepunk/zoogent",
"type": "mcp-server",
"version": "0.4.2",
"displayName": "zoogent",
"description": "AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools.",
"repository": {
"url": "https://github.com/bepunk/zoogent",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "zoogent",
"version": "0.4.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "ZOOGENT_URL",
"description": "URL of the ZooGent server (for remote connections)"
},
{
"name": "ZOOGENT_API_KEY",
"description": "API key for authenticating with the ZooGent server (generate in Settings UI)",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.bepunk/zoogent",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bepunk%2Fzoogent/versions/latest",
"isOfficial": true,
"status": "active"
}
}