Anaconda Curated
The Anaconda Curated tab lists plugins built and maintained by Anaconda. Each plugin bundles MCP tools, skills, and any required dependencies. Agent Studio ships with the following curated plugins:- Anaconda: Connect to conda environment and package management capabilities and Anaconda documentation.
- nteract: Work with Jupyter notebooks through MCP, including creating, running, and managing cells and kernels.
- Jupyter: Inspect notebook files, list kernels, connect to notebooks, run notebook workflows, and work with Jupyter context.
- Atlassian: Access Jira and Confluence for ticket management, sprint tracking, and documentation.
- Miro: Create and edit content on Miro boards, including sticky notes, flows, and diagrams.
- Omni Analytics: Query data using natural language through Omni’s governed semantic model.
- Ramp: Enable secure, read-only access to Ramp data for customer-defined logic.
- GitHub: Create and review pull requests, manage issues, trigger and monitor Actions runs, clone repos, and more.
- Web Search: Query the web to return titles, URLs, and text content.
Custom
The Custom tab lists MCP servers you have registered manually, as well as any tool servers you have built in Agent Studio. Use this tab to register external MCP endpoints that are not available as curated plugins.Viewing custom plugins
Select a server’s card to view its details dialog. The dialog has two tabs:- About: Shows details about the server. For MCP servers, this includes the transport type and connection URL or command. For tool servers, this includes the name, description, and Python tool files.
- Tools: Lists the tools the server exposes, grouped by type.
Registering an MCP server
- Select Plugins from the left-hand navigation.
- Click Custom in the left sidebar.
- Click Add in the upper-right corner.
- Enter a Name for the server. This must be a unique identifier.
-
Select a Transport and configure the connection:
- Streamable HTTP
- Standard I/O (stdio)
- Server-Sent Events (SSE)
Use Streamable HTTP for MCP servers that expose an HTTP endpoint. This is the recommended transport for remote and locally hosted servers.- Enter the server’s URL (for example,
http://localhost:3000/mcp). - Click Add.
Enabling a server for an agent
Once a server is registered as a custom plugin, select its card to open its details dialog, then click Add to Agents to enable it for one or more agents.Editing a custom plugin
- MCP servers: Select the server’s card to open its details dialog, then click Edit to update its configuration.
- Tool servers: Select the tool server’s card to open its details dialog, then click Open Tool Server to open it in the Tool Servers editor.
Deleting a custom plugin
Select a server’s card to open its details dialog, then click Delete to remove it.Deleting an MCP server removes it from all agents that use it. Those agents will no longer have access to the server’s tools.