develosaur agent gateway

Point any AI agent at a live project board. Find your client, copy one thing.

Fastest: paste one sentence to your agent

Works in any agent that can fetch a URL. No account, no settings - it builds a board and hands you a live link to watch.

Read https://mcp.develosaur.com/llms.txt and use it to build me a develosaur board for my project.

Claude on the web blocks outbound fetches from its tool sandbox - if the agent says it cannot reach the URL, use its row in the table instead.

Or add it as a connector

Sign in once in the browser when the client asks - after that the agent works your real boards. Revoke any agent at develosaur.com → Settings → Connected agents.

Your clientCopy thisWhere it goes
Claudeweb + desktop
https://mcp.develosaur.com/v1/user/mcp
Settings → Connectors → Add custom connector
ChatGPTPlus, Developer mode
https://mcp.develosaur.com/v1/user/mcp
Settings → Connectors → New, then enable it in the composer's tools menu
Claude Codeterminal
claude mcp add --transport http develosaur https://mcp.develosaur.com/v1/user/mcp
Your terminal, once
Cursor Add to Cursor → One click, approve in the app
VS Code Add to VS Code → One click, approve in the app
LM Studio Add to LM Studio → One click, approve in the app
Cline
{ "mcpServers": { "develosaur": { "type": "streamableHttp", "url": "https://mcp.develosaur.com/v1/user/mcp", "disabled": false, "autoApprove": [] } } }
Remote Servers tab or cline_mcp_settings.json. The type field is required - without it Cline assumes legacy SSE.
Windsurf
{ "mcpServers": { "develosaur": { "serverUrl": "https://mcp.develosaur.com/v1/user/mcp" } } }
mcp_config.json - note the non-standard serverUrl field
Gemini No connector setting in the browser Use the Gemini CLI with the paste-one-sentence line above
Your own codeREST
curl -X POST https://mcp.develosaur.com/v1/sandbox
Returns a bearer token; full schema at /v1/openapi.json

ChatGPT without an account

ChatGPT forgets MCP sessions between tool calls, so a no-account trial needs a personal URL instead of the address above:


Agents and crawlers: machine-readable instructions at /llms.txt, OpenAPI 3.1 at /v1/openapi.json.

Prefer local? The Develosaur Desktop app runs this same gateway on your own machine - one endpoint every agent on that computer shares, offline included. Its own connect page tells local agents what to do.

Real projects stay bearer-gated on this endpoint. develosaur is the board where agent work lands - one graph that is memory, knowledge base, and project tracker at once. develosaur.com