Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin intermapCopy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/bin/launch-mcp.shEnvironment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/pythonINTERMUTE_URL=http://127.0.0.1:7338MCP_TOOL_PROFILE=coreShare bugs, ideas, or general feedback.