Chainloop remote Model Context Protocol (MCP) server is a new way to interact with Chainloop natively from your AI clients or agents. This allows you to perform complex queries, craft compliance reports, or implement advanced agentic workflows. All of this done securely, using the data already stored and signed in Chainloop.Documentation Index
Fetch the complete documentation index at: https://docs.chainloop.dev/llms.txt
Use this file to discover all available pages before exploring further.

How to connect to the MCP server
The MCP server is currently exposed as a streamable API endpoint athttps://mcp.app.chainloop.dev/mcp. For authentication, the MCP server supports OAuth2 user auth and API token authentication via CHAINLOOP_TOKEN (see API tokens).
Our server is been tested against the following MCP Clients: Claude Desktop, Cursor, Visual Studio Code, and Dagger. Below you will find some examples, if you can’t find yours, please refer to their documentation.
mcp-remote is used only for Claude Desktop as a temporary workaround until native Streamable HTTP support is available.Claude Desktop
You can configure the MCP server in Claude Desktop please follow this example to find the configuration file but add the following MCP configuration instead.- User Auth
- API Token

Claude Code
Claude Code also supports MCP servers. You can configure the Chainloop MCP server using theclaude CLI command, or manually add the configuration to your Claude Code settings file:
-
Open Claude Code settings by running the command
/settingsor by opening the settings file directly at~/.claude.json(Linux/macOS). - Add the following MCP server configuration:
- User Auth
- API Token
- Restart Claude Code for the changes to take effect.
Claude.ai
If you are using Claude.ai, you can connect to the Chainloop MCP server by creating a custom connector. Go to the Connectors settings, add a custom connector pointing tohttps://mcp.app.chainloop.dev/mcp.

ChatGPT
If you are using ChatGPT, you can connect to the Chainloop MCP server by creating a custom connector that points tohttps://mcp.app.chainloop.dev/mcp.
Cursor
- User Auth
- API Token

