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.amarodeabreu/rug-munch-mcp · v1.0.1
Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.
rug-munch-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rug-munch-mcp": {
"command": "uvx",
"args": [
"rug-munch-mcp"
]
}
}
}RUG_MUNCH_API_KEY可选secretOptional API key for authenticated access (bypasses x402 payment)
RUG_MUNCH_API_BASE可选API base URL (default: https://cryptorugmunch.app/api/agent/v1)
{
"id": "io.github.amarodeabreu/rug-munch-mcp",
"type": "mcp-server",
"version": "1.0.1",
"displayName": "rug-munch-mcp",
"description": "Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.",
"repository": {
"url": "https://github.com/CryptoRugMunch/rug-munch-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "rug-munch-mcp",
"version": "1.0.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "RUG_MUNCH_API_KEY",
"description": "Optional API key for authenticated access (bypasses x402 payment)",
"isSecret": true
},
{
"name": "RUG_MUNCH_API_BASE",
"description": "API base URL (default: https://cryptorugmunch.app/api/agent/v1)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.amarodeabreu/rug-munch-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.amarodeabreu%2Frug-munch-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}