Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

StandardGraph in other clients