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
- Integration name:
Claude Code
claude mcp add --transport sse digel-server https://mcp.digel.io/sseThen 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"]
}
}
}-
CTRL + SHIFT + Pand search for MCP: Add Server -
Select Command (stdio)
-
Enter the following configuration and hit enter
npx mcp-remote https://mcp.digel.io/sse -
Enter the name Digel and hit enter
-
Activate the server using MCP: List Servers and select Digel, and selecting Start Server