SEAM Runtime
Rank #19,443io.github.BlackhatShiftey/seam-runtime
SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.
SEAM Runtime is a Model Context Protocol (MCP) server published by blackhatshiftey. It ranks #19,443 of 132,046 servers tracked on MCP Toplist. SEAM Runtime is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 2, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 112,603 of 132,046 servers on MCP Toplist.
Use SEAM Runtime
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add seam-runtime -e "SEAM_DB_PATH=<your SEAM_DB_PATH>" -e "SEAM_PGVECTOR_DSN=<your SEAM_PGVECTOR_DSN>" -- uvx --from seam-runtime seam-mcp seam-runtimeReplace each placeholder with your own value before saving.
[mcp_servers.seam-runtime]
command = "uvx"
args = ["--from", "seam-runtime", "seam-mcp", "seam-runtime"]
[mcp_servers.seam-runtime.env]
SEAM_DB_PATH = "<your SEAM_DB_PATH>"
SEAM_PGVECTOR_DSN = "<your SEAM_PGVECTOR_DSN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"--from",
"seam-runtime",
"seam-mcp",
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<your SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<your SEAM_PGVECTOR_DSN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"--from",
"seam-runtime",
"seam-mcp",
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<your SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<your SEAM_PGVECTOR_DSN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seam-runtime": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"seam-runtime",
"seam-mcp",
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<your SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<your SEAM_PGVECTOR_DSN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"--from",
"seam-runtime",
"seam-mcp",
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<your SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<your SEAM_PGVECTOR_DSN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"--from",
"seam-runtime",
"seam-mcp",
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<your SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<your SEAM_PGVECTOR_DSN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BlackhatShiftey%2Fseam-runtime)<a href="https://mcptoplist.com/server/io.github.BlackhatShiftey%2Fseam-runtime"><img src="https://mcptoplist.com/badge/io.github.BlackhatShiftey%2Fseam-runtime.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
blackhatshiftey
Available versions (1)
| Version | Published |
|---|---|
| 1.3.1 | Jul 6, 2026 |
Frequently asked questions
- Who maintains SEAM Runtime?
- SEAM Runtime is maintained by blackhatshiftey, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SEAM Runtime listed on the Official MCP Registry?
- Yes — SEAM Runtime is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does SEAM Runtime have?
- MCP Toplist tracks 1 version of SEAM Runtime, most recently published on Jul 6, 2026.
- Where can I find the source code for SEAM Runtime?
- The source code for SEAM Runtime is hosted at github.com/blackhatshiftey/seam_runtime.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.