StandardGraph for Cursor
io.github.swoopeagle/standardgraph
158,000+ K-12 education standards across 300 curriculum systems, cross-referenced via NLP.
client:Cursor
transport:stdio
runtime:pypi
Install StandardGraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"standardgraph": {
"type": "stdio",
"command": "uvx",
"args": [
"standardgraph"
],
"env": {
"DB_PATH": "<DB_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs