Eigma MCP Server

Every tool description, input schema and shared extraction rule from the Eigma MCP connector, plus a runnable example server. The text a model reads, not the service behind it. It is available as a remote MCP endpoint.

Teams that work with knowledge base and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 2 · #173 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Eigma

Claude Code

claude mcp add eigma-app-eigma-mcp --transport http https://my.eigma.app/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "eigma-app-eigma-mcp": {
      "url": "https://my.eigma.app/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://my.eigma.app/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to my.eigma.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-09-09 - young repo, little track record yet

license MIT - declared in the repository

registry vendor namespace app.eigma - domain-verified with the official MCP registry

03 · Who maintains Eigma

Eigma is maintained by eigma-app. It's the only MCP server we track from this author; the repo dates to Sep 2026.

04 · Facts

category
documentation - ranked #173 of 208 actively-maintained documentation servers as of 2026-09-18.
registry
app.eigma/eigma (active, first published 2026-09-13)

05 · Eigma FAQ

What is Eigma?

Every tool description, input schema and shared extraction rule from the Eigma MCP connector, plus a runnable example server. The text a model reads, not the service behind it. It is available as a remote MCP endpoint.

Is Eigma still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11. We re-verify nightly.

How do I install Eigma?

Run `claude mcp add eigma-app-eigma-mcp --transport http https://my.eigma.app/api/mcp`. You can also paste the ready-made client config above.

Does Eigma require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Eigma