Stats
Actions
Tags
From teammcp
Runs locally as a Node.js MCP channel (teammcp-channel.mjs) connecting Claude to the TeamMCP service via URL. Requires AGENT_NAME, TEAMMCP_KEY, and TEAMMCP_URL.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"teammcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-client/teammcp-channel.mjs"
],
"env": {
"AGENT_NAME": "${AGENT_NAME:-Agent}",
"TEAMMCP_KEY": "${TEAMMCP_KEY:-}",
"TEAMMCP_URL": "${TEAMMCP_URL:-http://localhost:3100}"
}
}
}
}Replace placeholder values for: TEAMMCP_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
AGENT_NAME=${AGENT_NAME:-Agent}TEAMMCP_KEY=${TEAMMCP_KEY:-}TEAMMCP_URL=${TEAMMCP_URL:-http://localhost:3100}Sensitive values you must provide — never committed to source control
npx claudepluginhub cookjohn/teammcp