Connect any other agent
Wibe works with any coding agent that supports the Model Context Protocol (MCP) over HTTP. The exact menus differ per tool, but the shape is always the same.
1. Add Wibe as an HTTP MCP server
In your agent's MCP settings, add a new server of type HTTP (sometimes called streamable HTTP) and point it at this URL:
https://wibe.manaraga.ai/mcpMost agents use a JSON config file. If yours does, add an entry like this:
{ "mcpServers": { "wibe": { "url": "https://wibe.manaraga.ai/mcp" } } }2. Authorize it in your browser
The first time your agent connects, it opens a Wibe page in your browser. Sign in with the one-time code sent to your email, then allow access. After that, your agent keeps its own access and reuses it on every publish — there is no key to copy or paste.
If your agent shows a link and a code instead of opening the browser itself, open the link, enter the code, and allow access there.
3. Check that it works
Ask your agent to list your Wibe projects. If it can see them, the connection is ready and you can ask it to publish or update a site.