← Index

BC Curriculum

io.github.pdg6/bc-curriculum·v1.1.1·Other
Quality Score
90
/100

Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://bc-curriculum-mcp.fly.dev/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bc-curriculum": {
      "command": "npx",
      "args": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bc-curriculum": {
      "command": "npx",
      "args": [
        "-y",
        "bc-curriculum-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y bc-curriculum-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other