Server data from the Official MCP Registry
Local-first MCP server for Claude/Codex project wiki and graph workflows
Local-first MCP server for Claude/Codex project wiki and graph workflows
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-seojeom-seojeom-mcp": {
"args": [
"-y",
"@seojeom/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Local-first MCP server for Claude and Codex project wiki and graph workflows.
Preview status This package is published and installable today, but it is still a preview release rather than a stable general-availability product. Tool behavior, playbooks, packaging, and release automation may change between versions while the standalone MCP workflow is being stabilized.
Add this to claude_desktop_config.json and restart Claude Desktop:
{
"mcpServers": {
"seojeom": {
"command": "npx",
"args": [
"-y",
"@seojeom/mcp-server",
"--project-root", "<project-root>",
"--project-id", "<project-id>",
"--graph-authority", "local-snapshot",
"--approval-mode", "prompt"
]
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\\Claude\\claude_desktop_config.jsonclaude mcp add seojeom -- npx -y @seojeom/mcp-server \
--project-root . \
--project-id demo-project \
--graph-authority local-snapshot \
--approval-mode prompt
The GitHub Releases page includes a .mcpb Desktop Extension bundle for Claude Desktop.
<project-root>/wiki<project-root>/.seojeom/graphAll tools use the seojeom_* namespace.
This repository only contains the MCP package source and release metadata:
src/ TypeScript sourcebin/seojeom-mcp CLI entrypointmanifest.json Claude Desktop Extension manifestregistry-server.json MCP Registry submission payloadserver.json package metadata used by the published npm packageDesktop app code, Tauri app code, internal scripts, and other monorepo artifacts are intentionally excluded from this public repository.
npm install
npm run build
node dist/standalone.js \
--project-root . \
--project-id demo-project \
--graph-authority local-snapshot \
--approval-mode prompt
To build the Desktop Extension bundle locally:
npm install
npm run build
npx @anthropic-ai/mcpb pack
By default mcpb pack writes mcp-server.mcpb in the repository root.
@seojeom/mcp-serverio.github.seojeom/seojeom-mcpBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.