DigelDigel

MCP

How to use your own agents together with the context that you have built in Digel

Model Context Protocol (MCP) is a open source protocol for connecting AI agents to all kinds of tools from different vendors. You can use your context and data created in Digel with any MCP compatible agent.

Setup instructions

General

Our MCP server supports both Server-Sent Events (SSE) and Streamable HTTP transports.

  • SSE: http://mcp.digel.io/sse
  • HTTP: http://mcp.digel.io/mcp

We recommend using the streamable HTTP transport for increased reliability.

Claude

Team, Enterprise (claude.ai)

  • Navigate to Settings in the sidebar on web or desktop
  • Scroll to Integrations at the bottom and click Add more
  • In the prompt enter:
    • Integration name: Digel
    • Integration URL: http://mcp.digel.io/mcp

Claude Code

claude mcp add --transport sse digel-server https://mcp.digel.io/sse

Then run /mcp after opening Claude Code to authenticate.

Cursor / Visual Studio Code

{
  "mcpServers": {
    "digel": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "http://mcp.digel.io/mcp"]
    }
  }
}
  1. CTRL + SHIFT + P and search for MCP: Add Server

  2. Select Command (stdio)

  3. Enter the following configuration and hit enter

    npx mcp-remote https://mcp.digel.io/sse

  4. Enter the name Digel and hit enter

  5. Activate the server using MCP: List Servers and select Digel, and selecting Start Server