npx claudepluginhub mistakeknot/interagency-marketplace --plugin intermapAdd to your .mcp.json:
{
"mcpServers": {
"intermap": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/launch-mcp.sh",
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/python",
"INTERMUTE_URL": "http://127.0.0.1:7338",
"MCP_TOOL_PROFILE": "core"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/bin/launch-mcp.shPYTHONPATH=${CLAUDE_PLUGIN_ROOT}/pythonINTERMUTE_URL=http://127.0.0.1:7338MCP_TOOL_PROFILE=core