Connect Existing MCP
Connect a server
Register an existing MCP server with Agenetix for discovery, logging, and agent attachment.
The Connect path is for teams that already run an MCP server. Agenetix connects to your live server, discovers its tools, and makes them available for agents, logging, and optional Gateway auth.
Before you start#
Have these ready:
- A running MCP server with a reachable URL
- The server must respond to MCP
tools/listrequests - An Agenetix account with permission to create MCP servers
Connect via the dashboard#
- Open MCP Servers and click Create.
- Choose Connect Existing MCP.
- Enter a Server Name and the MCP Server URL (e.g.
https://my-api.example.com/mcp). - Click Connect & Discover Tools.
Agenetix will:
- Register the server in your organization
- Call your server's tool listing endpoint
- Record all discovered tools in Agenetix
- Show you a summary of what was found
flowchart LR
Live["Your MCP server"] -->|"Discover tools"| Agenetix["Agenetix"]
Agenetix --> Catalog["Tool catalog"]
Catalog --> Dashboard["Dashboard view"]
Catalog --> Agent["Available for agents"]What you can do with a connected server#
- View the tool catalog — see every tool your server exposes
- Attach to agents — make the tools available to AI chat agents
- Add a Gateway — front the server with OAuth, logging, and rate limiting
- Monitor logs — see every tool call with timing and status
- Rediscover tools — refresh the catalog when your server changes
Connected vs. generated#
| Aspect | Connected | Generated |
|---|---|---|
| Tool source | Live server discovery | Parsed OpenAPI spec |
| Tool rules editable | No (by default) | Yes |
| OpenAPI spec required | No | Yes |
| Download server code | No | Yes |
| Attach to agents | Yes | Yes |
| Gateway support | Yes | Yes |
Next steps#
- Tool discovery & drift — understand rediscovery and how catalog changes are handled
- Add a Gateway — front your connected server with auth and logging
