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.ataberk-xyz/gossipcat · v0.2.1
Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning
gossipcat 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"gossipcat": {
"command": "npx",
"args": [
"-y",
"gossipcat"
]
}
}
}GOOGLE_API_KEY可选secretGoogle Gemini API key for relay agents (optional — native agents need no API key)
GOSSIPCAT_PORT可选Fixed port for the relay/dashboard server (optional — defaults to OS-assigned with sticky file)
{
"id": "io.github.ataberk-xyz/gossipcat",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "gossipcat",
"description": "Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning",
"repository": {
"url": "https://github.com/gossipcat-ai/gossipcat-ai",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "gossipcat",
"version": "0.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_API_KEY",
"description": "Google Gemini API key for relay agents (optional — native agents need no API key)",
"isSecret": true
},
{
"name": "GOSSIPCAT_PORT",
"description": "Fixed port for the relay/dashboard server (optional — defaults to OS-assigned with sticky file)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ataberk-xyz/gossipcat",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ataberk-xyz%2Fgossipcat/versions/latest",
"isOfficial": true,
"status": "active"
}
}