MCP Server
Schrodingers Boolean MCP Server
io.github.pipeworx-io/schrodingers-boolean
What is the Schrodingers Boolean MCP server?
schrodingers-boolean MCP — wraps StupidAPIs (requires X-API-Key)
How to install Schrodingers Boolean
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"schrodingers-boolean": {
"url": "https://gateway.pipeworx.io/schrodingers-boolean/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"schrodingers-boolean": {
"serverUrl": "https://gateway.pipeworx.io/schrodingers-boolean/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"schrodingers-boolean": {
"type": "http",
"url": "https://gateway.pipeworx.io/schrodingers-boolean/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"schrodingers-boolean": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/schrodingers-boolean/mcp"
]
}
}
}Claude Code
claude mcp add --transport http schrodingers-boolean https://gateway.pipeworx.io/schrodingers-boolean/mcp