PluginBench
MCP Server
Active
Apache-2.0

io.github.NORTHTEKDevs/genome MCP Server

io.github.NORTHTEKDevs/genome

What is the io.github.NORTHTEKDevs/genome MCP server?

Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.

How to install io.github.NORTHTEKDevs/genome

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "genome": {
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "genome": {
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "genome": {
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "genome": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}
Claude Code
claude mcp add genome -- uvx genome-memory

Related MCP servers

Agent context flight recorder: restore after compaction, fan-out packs, signed git-bound receipts.

2
TypeScript
MIT
View repository →