Neural Graph Mapper for VS Code
io.github.evozim/neural-graph-mapper
Transform unstructured text into queryable semantic knowledge graphs.
client:VS Code
transport:sse
Install Neural Graph Mapper in VS Code
.vscode/mcp.json
{
"servers": {
"neural-graph-mapper": {
"type": "sse",
"url": "https://neural-graph-mapper-mcp.vercel.app/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs