Catalog
StandardGraph
Officialby swoopeagle · Python
158,000+ K-12 education standards across 300 curriculum systems, cross-referenced via NLP.
158,000+ K-12 education standards across 300 curriculum systems, cross-referenced via NLP.
README not available yet.
Install
Configuration
Environment variables
DB_PATHrequiredPath to the common_core.db SQLite database (downloaded by install.sh to ~/.standardgraph/common_core.db)
claude_desktop_config.json
{
"mcpServers": {
"standardgraph": {
"command": "uvx",
"args": [
"standardgraph"
],
"env": {
"DB_PATH": "<YOUR_DB_PATH>"
}
}
}
}