a month ago
Local MCP server and context compiler that turns TypeScript/Node workspaces into compact, verifiable context packs for AI coding agents.
Server Config
{
"mcpServers": {
"graphify-ts": {
"command": "npx",
"args": [
"-y",
"@mohammednagy/graphify-ts@latest",
"serve",
"graphify-out/graph.json"
],
"env": {
"GRAPHIFY_TOOL_PROFILE": "core"
}
}
}
}