01.software MCP Server ====================== MCP server for AI agents to interact with the 01.software API. Connect over HTTP with OAuth. Shell-capable coding agents should use the Agent CLI (01 ...) instead; see https://docs.01.software/integrations. Authentication -------------- HTTP MCP uses OAuth discovery and Authorization Code + PKCE. Clients should connect to: Connect ------- Claude Code: claude mcp add --transport http 01software https://mcp.01.software/mcp Codex (.codex/config.toml): [mcp_servers.01software] url = "https://mcp.01.software/mcp" Cursor / Claude Desktop / other JSON clients: { "mcpServers": { "01software": { "type": "http", "url": "https://mcp.01.software/mcp" } } } Windsurf (~/.codeium/windsurf/mcp_config.json): { "mcpServers": { "01software": { "serverUrl": "https://mcp.01.software/mcp" } } } Tool Surface ------------ Discovery get-collection-schema, get-tenant-context, check-feature-progress This hosted MCP endpoint is the single surface for shell-less AI clients (ADR 0009 / ADR 0031). It is HTTP/OAuth only; the local stdio transport was retired. Hosted tools must execute under OAuth request context, so collection CRUD and commerce workflows remain on the Agent CLI (01 ...), API, and SDK until they have reviewed Console service adapters. SDK guidance and field-config admin tooling live on the CLI and Console. No prompts or resources are registered. Links ----- Integrations https://docs.01.software/integrations Readiness https://docs.01.software/readiness OpenAPI https://docs.01.software/api/openapi Console https://console.01.software