seojeom mcp for Cursor
io.github.seojeom/seojeom-mcp
Local-first MCP server for Claude/Codex project wiki and graph workflows
client:Cursor
transport:stdio
runtime:npm
Install seojeom mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seojeom-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@seojeom/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs