Connectors
What this section covers
Install recipes and smoke tests for running the Stigmem MCP server inside popular editors, agent CLIs, and non-MCP runtimes.
MCP host connectorsโ
These guides configure the existing MCP server (stigmem/adapters/mcp/) as a
tool provider inside each host. Build the server once, then register it in each
host's config. For the independently versioned
@eidetic-labs/stigmem-mcp@0.1.0 package, Codex CLI and Claude Code are the
validated host UI targets for publication clearance. Gemini CLI has host smoke
evidence with a final-response caveat. Continue.dev, Cursor, and Zed remain
experimental connector guides until host-specific smoke evidence is recorded.
The canonical feature record is
features/mcp-adapter.
.continue/config.jsonRuntime adaptersโ
These adapters translate Stigmem's tools into the native function-calling format of non-MCP runtimes.
Agent platform adaptersโ
Vault / note-taking adaptersโ
Memory federation adaptersโ
Shared prerequisitesโ
All host connectors require a built MCP server binary:
cd stigmem/adapters/mcp
pnpm install
pnpm build
# binary: dist/server.js
And a running Stigmem node:
cd stigmem/node
uv run uvicorn stigmem_node.main:app --port 8765
Set STIGMEM_API_KEY if your node has STIGMEM_AUTH_REQUIRED=true.