io.github.seojeom/seojeom-mcp✓
io.github.seojeom/seojeom-mcp · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.seojeom/seojeom-mcp",
"description": "Local-first MCP server for Claude/Codex project wiki and graph workflows",
"repository": {
"url": "https://github.com/seojeom/seojeom-mcp",
"source": "github"
},
"version": "0.2.3",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@seojeom/mcp-server",
"version": "0.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Absolute path to the user's project directory (contains wiki/ and .seojeom/).",
"isRequired": true,
"type": "named",
"name": "--project-root",
"valueHint": "path"
},
{
"description": "Stable project identifier used in graph/wiki file paths.",
"isRequired": true,
"type": "named",
"name": "--project-id",
"valueHint": "string"
},
{
"description": "Graph authority mode. Use local-snapshot for fully local operation.",
"default": "local-snapshot",
"type": "named",
"name": "--graph-authority"
},
{
"description": "How mutations are approved. 'prompt' asks the user; 'always' auto-approves.",
"default": "prompt",
"type": "named",
"name": "--approval-mode"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}