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.adlai88/simmer-mcp · v3.3.2
Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.
Simmer 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"simmer-mcp": {
"command": "npx",
"args": [
"-y",
"simmer-mcp"
]
}
}
}SIMMER_API_KEY可选secretSimmer API key (sk_live_...) from simmer.markets/dashboard. Required for Pro tools (autoresearch, trading, briefings). Free tools work without it.
SIMMER_MCP_ALLOW_LIVE可选Set to 'true' to allow live trading via simmer_trade. Without this, all trades run in paper/sim mode.
{
"id": "io.github.adlai88/simmer-mcp",
"type": "mcp-server",
"version": "3.3.2",
"displayName": "Simmer",
"description": "Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.",
"repository": {
"url": "https://github.com/SpartanLabsXyz/simmer-sdk",
"source": "github"
},
"homepage": "https://simmer.markets",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "simmer-mcp",
"version": "3.3.2",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SIMMER_API_KEY",
"description": "Simmer API key (sk_live_...) from simmer.markets/dashboard. Required for Pro tools (autoresearch, trading, briefings). Free tools work without it.",
"isSecret": true
},
{
"name": "SIMMER_MCP_ALLOW_LIVE",
"description": "Set to 'true' to allow live trading via simmer_trade. Without this, all trades run in paper/sim mode."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.adlai88/simmer-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.adlai88%2Fsimmer-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}