bsp-mcp-server

pscale-commons/bsp-mcp-server
★ 0 stars TypeScript 📦 Other Updated today
The unified bsp() function as an MCP server. Block-Spindle-Pscale: two polar coordinates over pscale JSON blocks. One function, six substrate primitives.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bsp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pscale-commons/bsp-mcp-server"
      ]
    }
  }
}