> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/connectors.md).

# Connectors

Connectors are MCP (Model Context Protocol) integrations that extend what Calvin's agents can do within a workspace. While Blocks add infrastructure and skills to the workspace itself, Connectors bridge the gap between Calvin and your external tools, services, and data sources.

You can manage connectors at the workspace level through the Connectors button in the workspace toolbar, or from the workspace list page using the plug icon on each workspace card. You can also add a connector during a chat session through the "+" menu in the chat input.

When you click the Connectors button inside a workspace, a panel opens showing all connectors currently configured for that workspace. From here you can view existing connections, add new ones, or remove connectors you no longer need. Each connector extends the agent's capabilities by giving it access to additional tools and data that it can use when executing tasks.

Connectors follow the MCP standard, which means they provide a standardized interface for AI agents to interact with external systems. This makes it possible for Calvin's agents to read from and write to external services as part of their normal task execution — without you needing to write custom integration code.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
