Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
com.debugbundle/mcp · v1.6.2
DebugBundle MCP server for incidents, bundles, reproductions, health checks, probes, and ops.
DebugBundle 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
]
}
}
}DEBUGBUNDLE_MEMBER_TOKEN可选secretOptional DebugBundle member token used by hosted API and MCP management tools when CLI auth state is unavailable.
DEBUGBUNDLE_API_URL可选Optional DebugBundle API base URL for self-hosted, staging, or other non-default API environments.
{
"id": "com.debugbundle/mcp",
"type": "mcp-server",
"version": "1.6.2",
"displayName": "DebugBundle",
"description": "DebugBundle MCP server for incidents, bundles, reproductions, health checks, probes, and ops.",
"repository": {
"url": "https://github.com/debugbundle/debugbundle",
"source": "github",
"subfolder": "apps/mcp"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@debugbundle/mcp",
"version": "1.6.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "DEBUGBUNDLE_MEMBER_TOKEN",
"description": "Optional DebugBundle member token used by hosted API and MCP management tools when CLI auth state is unavailable.",
"isSecret": true
},
{
"name": "DEBUGBUNDLE_API_URL",
"description": "Optional DebugBundle API base URL for self-hosted, staging, or other non-default API environments."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.debugbundle/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.debugbundle%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}