Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"plane": {
"command": "bash",
"args": [
"-lc",
"PLUGIN_ROOT=\"$CODEX_PLUGIN_ROOT\"; if [ -z \"$PLUGIN_ROOT\" ]; then PLUGIN_ROOT=\"$CLAUDE_PLUGIN_ROOT\"; fi; if [ -z \"$PLUGIN_ROOT\" ]; then PLUGIN_ROOT=\"$(pwd)\"; fi; exec \"$PLUGIN_ROOT/scripts/run-plane-mcp.sh\""
],
"env": {
"PLANE_BASE_URL": "https://plane.ledupeiyou.com",
"PLANE_ACCESS_TOKEN": "${PLANE_ACCESS_TOKEN}",
"PLANE_WORKSPACE_SLUG": "ledu"
}
}
}
}Replace placeholder values for: PLANE_ACCESS_TOKEN
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
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
PLANE_BASE_URL=https://plane.ledupeiyou.comPLANE_ACCESS_TOKEN=${PLANE_ACCESS_TOKEN}PLANE_WORKSPACE_SLUG=leduSensitive values you must provide — never committed to source control
npx claudepluginhub xuhongbo/plugins --plugin plane