PluginBench
MCP Server

io.github.BlackhatShiftey/seam-runtime MCP Server

io.github.BlackhatShiftey/seam-runtime

What is the io.github.BlackhatShiftey/seam-runtime MCP server?

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

How to install io.github.BlackhatShiftey/seam-runtime

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SEAM_DB_PATH

    Path to the local SQLite memory database. Defaults to a per-user data directory if unset.

  • SEAM_PGVECTOR_DSN
    secret

    Optional Postgres/pgvector DSN for the vector adapter. If unset, SEAM runs on the built-in SQLite vector store.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seam-runtime": {
      "command": "uvx",
      "args": [
        "seam-runtime",
        "--from",
        "seam-runtime",
        "seam-mcp"
      ],
      "env": {
        "SEAM_DB_PATH": "<YOUR_SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<YOUR_SEAM_PGVECTOR_DSN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seam-runtime": {
      "command": "uvx",
      "args": [
        "seam-runtime",
        "--from",
        "seam-runtime",
        "seam-mcp"
      ],
      "env": {
        "SEAM_DB_PATH": "<YOUR_SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<YOUR_SEAM_PGVECTOR_DSN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seam-runtime": {
      "command": "uvx",
      "args": [
        "seam-runtime",
        "--from",
        "seam-runtime",
        "seam-mcp"
      ],
      "env": {
        "SEAM_DB_PATH": "<YOUR_SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<YOUR_SEAM_PGVECTOR_DSN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seam-runtime": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seam-runtime",
        "--from",
        "seam-runtime",
        "seam-mcp"
      ],
      "env": {
        "SEAM_DB_PATH": "<YOUR_SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<YOUR_SEAM_PGVECTOR_DSN>"
      }
    }
  }
}
Claude Code
claude mcp add seam-runtime --env SEAM_DB_PATH=<YOUR_SEAM_DB_PATH> --env SEAM_PGVECTOR_DSN=<YOUR_SEAM_PGVECTOR_DSN> -- uvx seam-runtime --from seam-runtime seam-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →