MCP server

Connect eDiscovery Decoder to your AI coding tools.

Use this free educational MCP server to give compatible agents read-only access to eDiscovery news, TAR calculators, prompt templates, and reference resources.

Connection details

Registry-aware clients can search for the registry name. Other clients should add the hosted endpoint directly.

Registry name
com.ediscoverydecoder/mcp
Endpoint
https://mcp.ediscoverydecoder.com/mcp
TransportStreamable HTTP / HTTP
AuthenticationNone

Install prompts

Paste one of these into your coding agent and ask it to update the right MCP settings file or client configuration for you.

Codex

Paste into Codex when you want the agent to add the remote MCP for you.

Please install the eDiscovery Decoder MCP server in this Codex environment.

Registry name: com.ediscoverydecoder/mcp
Direct endpoint: https://mcp.ediscoverydecoder.com/mcp
Transport: Streamable HTTP / HTTP
Authentication: none

Update the appropriate Codex MCP configuration for this workspace or user. If registry install is supported, use the registry name. If not, add the direct endpoint as a remote MCP server. After adding it, reload or reconnect MCP servers, then verify by listing tools and running ping or list_capabilities. Do not change application source files unless the MCP configuration is project-scoped and you confirm the exact file path first.

Claude

Paste into Claude Code or Claude Desktop to request setup plus verification.

Please install the eDiscovery Decoder MCP server for this Claude environment.

Registry name: com.ediscoverydecoder/mcp
Direct endpoint: https://mcp.ediscoverydecoder.com/mcp
Transport: Streamable HTTP / HTTP
Authentication: none

If Claude Code CLI is available, prefer adding the remote server with: claude mcp add --transport http ediscovery-decoder https://mcp.ediscoverydecoder.com/mcp

If this is Claude Desktop or another Claude MCP settings surface, update the active MCP configuration with a remote HTTP server named ediscovery-decoder. After setup, restart or reconnect Claude's MCP servers if needed, then list the available tools and run ping or list_capabilities to confirm the connection.

VS Code

Paste into VS Code chat, Copilot-style agent mode, or a VS Code MCP helper.

Please configure VS Code to use the eDiscovery Decoder MCP server.

Server name: ediscovery-decoder
Registry name: com.ediscoverydecoder/mcp
Direct endpoint: https://mcp.ediscoverydecoder.com/mcp
Transport: HTTP or Streamable HTTP, depending on what this VS Code MCP surface supports
Authentication: none

Use the correct VS Code MCP settings location for this workspace or user. If a .vscode/mcp.json file is appropriate, add a servers entry for ediscovery-decoder with the direct endpoint. If user-level settings are more appropriate, update those instead. After setup, reload the VS Code window or reconnect MCP servers, then list tools and run ping or list_capabilities.

Cursor

Paste into Cursor when you want it to update project or global MCP settings.

Please configure Cursor to use the eDiscovery Decoder MCP server.

Server name: ediscovery-decoder
Registry name: com.ediscoverydecoder/mcp
Direct endpoint: https://mcp.ediscoverydecoder.com/mcp
Transport: HTTP or Streamable HTTP
Authentication: none

Use Cursor's MCP settings for this workspace or user. If Cursor expects JSON, add an mcpServers entry named ediscovery-decoder that points to the direct endpoint. If registry install is available, use com.ediscoverydecoder/mcp. After setup, reconnect MCP servers, then verify by listing tools and running ping or list_capabilities.

Manual config snippets

Client settings vary. If a client rejects streamable-http, try http; if it rejects servers, try mcpServers.

Claude Code

Use Claude Code remote MCP support from the terminal.

claude mcp add --transport http ediscovery-decoder https://mcp.ediscoverydecoder.com/mcp

Codex

Add the hosted endpoint to Codex MCP configuration.

[mcp_servers.ediscovery-decoder]
url = "https://mcp.ediscoverydecoder.com/mcp"

Cursor

Use project or global Cursor MCP JSON.

{
  "mcpServers": {
    "ediscovery-decoder": {
      "url": "https://mcp.ediscoverydecoder.com/mcp"
    }
  }
}

VS Code native MCP

Use .vscode/mcp.json or the user MCP configuration.

{
  "servers": {
    "ediscovery-decoder": {
      "type": "http",
      "url": "https://mcp.ediscoverydecoder.com/mcp"
    }
  }
}

Roo Code / Cline-style extensions

Use the extension MCP settings shape with mcpServers.

{
  "mcpServers": {
    "ediscovery-decoder": {
      "type": "streamable-http",
      "url": "https://mcp.ediscoverydecoder.com/mcp"
    }
  }
}

After connecting

Run a harmless smoke test.

Ask your client to list available tools, then call ping, list_capabilities, or get_demo_guide.

Please connect to the eDiscovery Decoder MCP server, list the available tools, and run ping or list_capabilities.

Use terms

Free educational preview.

This MCP is for educational, non-commercial use. By using it, you acknowledge that AI systems and software can make mistakes and confirm that you are not receiving legal advice. Outputs should be independently reviewed by a qualified human.