RankCLI
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
io.github.frmoded/forge-mcp · v0.2.0
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
Forge MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"forge-mcp": {
"command": "uvx",
"args": [
"forge-recipe-mcp"
],
"env": {
"FORGE_MCP_BEARER": "<FORGE_MCP_BEARER>"
}
}
}
}FORGE_TRANSPILE_URL可选Base URL of the forge-transpile service. Provides /catalog, /compile, /run, /resolve-slot endpoints backing the read/author tools.
FORGE_VAULT_PATH可选Local vault directory used by forge_read_notes_in_vault + forge_commit_recipe. Must exist and be writable.
FORGE_MCP_BEARER必填secretBearer token forwarded to forge-transpile. Rotate by updating FORGE_TRANSPILE_SECRET on the upstream service and re-setting this. Dev fallback only when clients don't set Authorization on each request.
v0.0.6
io.github.integrallis/rankcli-mcp-server
Free, local SEO + GEO audits for AI assistants - no signup, nothing leaves your machine.
v0.99.26
io.github.anulum/synapse-channel
Local-first multi-agent coordination for messages, leases, shared plans, status, and resources.
v1.8.0
io.github.wstierhout/ableton-live-mcp
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
v0.10.0
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
v0.3.5
io.github.JacobiusMakes/parlayapi
Sports odds, player props and source coverage for AI assistants. Connect with your own API key.
v0.1.139
io.github.r2cuerdame/codesamplex
Compatibility evidence from real builds: does this library API work on your versions and runtime?
{
"id": "io.github.frmoded/forge-mcp",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "Forge MCP",
"description": "MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).",
"repository": {
"url": "https://github.com/frmoded/forge-mcp",
"source": "github"
},
"homepage": "https://github.com/frmoded/forge-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "forge-recipe-mcp",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "FORGE_TRANSPILE_URL",
"description": "Base URL of the forge-transpile service. Provides /catalog, /compile, /run, /resolve-slot endpoints backing the read/author tools."
},
{
"name": "FORGE_VAULT_PATH",
"description": "Local vault directory used by forge_read_notes_in_vault + forge_commit_recipe. Must exist and be writable."
},
{
"name": "FORGE_MCP_BEARER",
"description": "Bearer token forwarded to forge-transpile. Rotate by updating FORGE_TRANSPILE_SECRET on the upstream service and re-setting this. Dev fallback only when clients don't set Authorization on each request.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.frmoded/forge-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.frmoded%2Fforge-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}