MCPqxbin
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPqxbinGenerate an optimal prompt for a cold outreach email to investors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCPqxbin
MCP server for the QxBin Prompt Generator
Probabilistic prompt engineering using Binary Probability Matrices.
Room-temperature classical cubit logic that evolves and collapses optimal prompts.
By Rupesh Malpani / pikk.company
What it does
Treats prompt construction as a multi-dimensional probability landscape:
Atom library — Role / Reasoning / Structure / Quality / Constraint
Binary Probability Matrix — spatial grid of fractional probabilities
Superposition —
bias**n+(1-bias)**msteers probability massMeasurement — collapses to the highest-leverage prompt
Two modes:
Tool | Mode | Description |
| Edge | Single cubit, fast, seedable |
| Cloud | Parallel ensemble, picks global champion |
| — | Inspect the atom library |
Related MCP server: Clarifyprompt-MCP
Quick Start (Local / Claude / Cursor)
# One-shot run (stdio — default)
uvx --from git+https://github.com/pikk-qxbin/MCPqxbin.git mcpqxbin
# Or install
pip install git+https://github.com/pikk-qxbin/MCPqxbin.git
mcpqxbinClaude Desktop / Cursor config (stdio)
{
"mcpServers": {
"mcpqxbin": {
"command": "uvx",
"args": ["--from", "git+https://github.com/pikk-qxbin/MCPqxbin.git", "mcpqxbin"]
}
}
}Deploy to Railway (permanent public URL for Grok)
The repo is Railway-ready (Dockerfile + $PORT support).
Steps
Go to https://railway.app and sign in (GitHub login works)
New Project → Deploy from GitHub repo
Select
pikk-qxbin/MCPqxbin(or your fork)Railway detects the Dockerfile and deploys
After deploy succeeds:
Open the service → Settings → Networking
Click Generate Domain
Your public MCP URL is:
https://YOUR-SERVICE.up.railway.app/mcpAdd to Grok
Open → https://grok.com/connectors
New Connector → Custom
Paste:
https://YOUR-SERVICE.up.railway.app/mcpSave
Then just say:
Use the QxBin prompt generator on this goal: …
Local HTTP mode (testing / tunnel)
mcpqxbin --transport streamable-http --host 0.0.0.0 --port 8000
# then tunnel
ngrok http 8000
# or
cloudflared tunnel --url http://localhost:8000Example
Tool call: generate_optimal_prompt
goal: Write a sharp cold email to Mark Cuban about Pikkstops + QxBin
extra_context: Bootstrapped, under 180 words, first principles only
bias: 0.84Returns a fully structured, high-signal prompt ready for any LLM.
Core QxBin Math
Fractional states:
bias**nand(1-bias)**mProbability Matrix: 2D grid for multi-dimensional state
Superposition blend + chain evolution
Probabilistic measurement / collapse
Part of the pikk-qxbin ecosystem.
License
This repository is released under the official QxBin dual license (Apache 2.0 or MIT) with commercial terms.
Key terms:
Free for testing, experimentation, internal organizational use, and building your own software or improvements using your development resources.
51% revenue share with the copyright holders applies when you create and sell a commercial tool, product, or API (whether for commercial customers or personal/end users) that incorporates or is substantially derived from QxBin logic.
Enterprise-scale deployments and strategic partnerships are fully negotiable — reach out to @rupeshmalpani.
See the full LICENSE file for complete details.
Part of the pikk-qxbin vision: Democratizing advanced compute. Ship fast. Align incentives for long-term progress.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceThis MCP server provides research-backed prompt optimization tools and professional domain templates designed to improve AI performance through strategies like Tree of Thoughts and Medprompt. It enables users to analyze, auto-optimize, and refine prompts using advanced reasoning patterns and safety-critical alignment techniques.Last updated24MIT
- AlicenseAqualityAmaintenanceAn MCP server that transforms vague prompts into platform-optimized prompts for 58 AI platforms across 7 categories. Send a raw prompt. Get back a version specifically optimized for Midjourney, DALL-E, Sora, Runway, ElevenLabs, Claude, ChatGPT, or any of the 58 supported platforms — with the right syntax, parameters, and structure each platform expects.Last updated239511Apache 2.0
- AlicenseAqualityBmaintenanceMCP server providing on-demand access to official prompting guides for building robust meta-prompts.Last updated22MIT
- AlicenseAqualityDmaintenanceAn MCP server for deterministic prompt optimization in Claude Code. Score prompts across 7 quality dimensions, auto-select from 11 Anthropic techniques, and return a structural scaffold.Last updated1192MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for Flux AI image generation
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pikk-qxbin/MCPqxbin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server