Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,14 @@ Connect to the hosted Plane MCP server using a Personal Access Token (PAT).
"mcpServers": {
"plane": {
"command": "npx",
"args": ["mcp-remote@latest", "https://mcp.plane.so/http/api-key/mcp"],
"headers": {
"Authorization": "Bearer <PAT_TOKEN>",
"X-Workspace-slug": "<SLUG>"
}
"args": [
"mcp-remote@latest",
"https://mcp.plane.so/http/api-key/mcp",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"--header",
"Authorization: Bearer <PAT_TOKEN>",
"--header",
"X-Workspace-slug: <SLUG>"
]
}
}
}
Expand Down