Seojeom MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 May 2026.
Local-first MCP server for Claude/Codex project wiki and graph workflows
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.
claude mcp add seojeom-mcp -- npx -y @seojeom/mcp-server
{
"mcpServers": {
"seojeom-mcp": {
"args": [
"-y",
"@seojeom/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.seojeom-mcp]
command = "npx"
args = ["-y", "@seojeom/mcp-server"]
{
"mcpServers": {
"seojeom-mcp": {
"args": [
"-y",
"@seojeom/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"seojeom-mcp": {
"args": [
"-y",
"@seojeom/mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.