Local-first MCP server for Claude/Codex project wiki and graph workflows
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-seojeom-seojeom-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Local-first MCP server for Claude/Codex project wiki and graph workflows
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.seojeom/seojeom-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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-mcp