The unified bsp() function as an MCP server. Block-Spindle-Pscale: two polar coordinates over pscale JSON blocks. One function, six substrate primitives.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"pscale-commons/bsp-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bsp-mcp-server npx -y pscale-commons/bsp-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"pscale-commons/bsp-mcp-server"
]
}
}
}
📋 Copy