All MCP servers

PlanExe

Official
by Api.AirforceStreamable HTTP0381MIT

MCP server for generating rough-draft project plans from natural-language prompts.

mcpopen-source

Endpoint

POST https://mcp.planexe.org/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "planexe-imp5e98e": {
      "url": "https://mcp.planexe.org/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}