This server provides the Model Context Protocol (MCP) interface for your self-hosted Plane installation (pms.orysone.com). It enables AI assistants (Cursor, Claude, VS Code, Antigravity) to manage work items, projects, cycles, and pages via natural language.
{
"mcpServers": {
"plane": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.pms.orysone.com/http/mcp"
]
}
}
}