1. Conduid
  2. Blockchain
  3. io.github.seojeom/seojeom-mcp
MCP server · Blockchain

io.github.seojeom/seojeom-mcp

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

Unclaimed blockchain
37Low

Scored 4 months ago · breakdown

About io.github.seojeom/seojeom-mcp

io.github.seojeom/seojeom-mcp is an MCP server in the Blockchain category: local-first MCP server for Claude/Codex project wiki and graph workflows. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add io-github-seojeom-seojeom-mcp -- npx -y @seojeom/mcp-server
npx
npx -y @seojeom/mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.seojeom/seojeom-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.seojeom/seojeom-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Seojeom MCP Server

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.

Install

Claude Desktop

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:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\\Claude\\claude_desktop_config.json

Claude Code CLI

claude mcp add seojeom -- npx -y @seojeom/mcp-server \
  --project-root . \
  --project-id demo-project \
  --graph-authority local-snapshot \
  --approval-mode prompt

One-click install

The GitHub Releases page includes a .mcpb Desktop Extension bundle for Claude Desktop.

What it exposes

  • project-local wiki tools under <project-root>/wiki
  • local graph snapshot tools under <project-root>/.seojeom/graph
  • deterministic playbooks and session-prep helpers for documentation, repair, and relation fill-in
  • approval-gated mutation flows for wiki and graph changes

All tools use the seojeom_* namespace.

Repository scope

This repository only contains the MCP package source and release metadata:

  • src/ TypeScript source
  • bin/seojeom-mcp CLI entrypoint
  • manifest.json Claude Desktop Extension manifest
  • registry-server.json MCP Registry submission payload
  • server.json package metadata used by the published npm package

Desktop app code, Tauri app code, internal scripts, and other monorepo artifacts are intentionally excluded from this public repository.

Local development

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.

Package

  • npm: @seojeom/mcp-server
  • MCP Registry id: io.github.seojeom/seojeom-mcp
  • License: MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.seojeom/seojeom-mcp

How do I install io.github.seojeom/seojeom-mcp?

Run claude mcp add io-github-seojeom-seojeom-mcp -- npx -y @seojeom/mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.seojeom/seojeom-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.seojeom/seojeom-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.