mcpbeat Sign in

Seojeom MCP Server

local only

Seojeom MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Local-first MCP server for Claude/Codex project wiki and graph workflows

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @seojeom/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seojeom-mcp -- npx -y @seojeom/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seojeom-mcp": {
      "args": [
        "-y",
        "@seojeom/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seojeom-mcp]
command = "npx"
args = ["-y", "@seojeom/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "seojeom-mcp": {
      "args": [
        "-y",
        "@seojeom/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seojeom-mcp": {
      "args": [
        "-y",
        "@seojeom/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Seojeom MCP

same job, measured the same way
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
Silex
by silex-tec

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

212 installs/wk local only
Pathmark
by hacksurvivor

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

64 installs/wk local only
Token Meter
by whdrnr2583-cmd

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

109 installs/wk local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Seojeom MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Seojeom MCP?
Seojeom MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @seojeom/mcp-server.
Is Seojeom MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Seojeom MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @seojeom/mcp-server straight from npm; nothing to host, nothing to sign up for.