Skip to content

MCP servers

MCP servers (/admin/mcp) is where you register the external MCP servers Taikon can reach. Registering a server doesn’t grant anything by itself - it makes that server’s tools eligible to be added to the tool vocabulary on the Tools page and, from there, granted to agents through Access Control. Three admin surfaces work together here: this page registers the server itself, Tools classifies its individual tool ids, and Access Control decides who and what can actually invoke them.

The form takes:

  • Name - a label for the server.
  • URL - where the server is reachable.
  • Transport - streamable_http or sse.
  • Auth type - none or bearer. Choosing bearer reveals a token field.

When editing an existing server, leaving the token field blank preserves the token already on file - you don’t have to re-enter a working credential just to change the name or URL.

The table lists every registered server with per-row Edit and Delete.

Transport tells Taikon how to talk to the server: streamable_http for a plain HTTP-based MCP server, or sse for one that streams over server-sent events. Auth type controls what credential, if any, gets sent with every call to that server: none sends nothing, and bearer sends the token you configured with every request.

  • Tools is where a registered server’s individual tools get added to the tool vocabulary and classified.
  • Access Control is where an MCP-backed tool actually gets granted to users, groups, and agents once it exists in the vocabulary.
  • Skills & tools covers what a tool grant means from a user’s point of view.