agiflow.io
Agiflow is a hosted project board designed for teams to work with external AI assistants on projects, tasks, comments, artifacts, and workflow coordination. It provides scoped access so assistants can operate on selected organizations, projects, work units, or tasks while Agiflow remains the system of record.
Agiflow exposes MCP integration surfaces: a general remote HTTP MCP server at `https://agiflow.io/api/v1/mcp` plus a ChatGPT app MCP endpoint at `https://agiflow.io/api/v1/chatgpt-app/0.0.1`, authenticated via Agiflow OAuth and, for the general MCP server, optionally a bearer API key.
- Agiflow MCP serverdetected
- Agiflow ChatGPT app MCP serverdetected
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://agiflow.io/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://agiflow.io/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing