
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@seojeom/mcp-server
Advanced tools
Local-first MCP server for Claude/Codex project wiki and graph workflows
Local-first MCP server for Claude and Codex.
@seojeom/mcp-server binds to the project currently opened by the Seojeom desktop app or Godot launcher through a shared registry directory, then serves that project's local wiki and graph data over stdio.
claude mcp add -s local \
-e SEOJEOM_SHARED_REGISTRY_DIR=/mnt/c/Users/<you>/.seojeom/registry \
seojeom -- npx -y @seojeom/mcp-server \
--router \
--host-kind auto \
--approval-mode prompt
Add this to claude_desktop_config.json and restart Claude Desktop:
{
"mcpServers": {
"seojeom": {
"command": "npx",
"env": {
"SEOJEOM_SHARED_REGISTRY_DIR": "<shared-registry-dir>"
},
"args": [
"-y",
"@seojeom/mcp-server",
"--router",
"--host-kind", "auto",
"--approval-mode", "prompt"
]
}
}
}
npx -y @seojeom/mcp-server --print-claude-onboarding
The exact tool surface is discovered at runtime through MCP tools/list.
stdionpx -y @seojeom/mcp-server>=20.20.0https://github.com/seojeom/seojeom-mcphttps://github.com/seojeom/seojeom-mcp/issuesFAQs
Local-first MCP server for Claude/Codex project wiki and graph workflows
The npm package @seojeom/mcp-server receives a total of 0 weekly downloads. As such, @seojeom/mcp-server popularity was classified as not popular.
We found that @seojeom/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.