Ploidy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLOIDY_PORT | No | Server port | 8765 |
| PLOIDY_API_KEY | No | Optional API key for auto mode | |
| PLOIDY_DB_PATH | No | Database location | ~/.ploidy/ploidy.db |
| PLOIDY_API_MODEL | No | Optional model override for auto mode | gpt-5.4 |
| PLOIDY_LOG_LEVEL | No | Logging level | INFO |
| PLOIDY_AUTH_TOKEN | No | Bearer token auth (optional) | |
| PLOIDY_API_BASE_URL | No | Optional auto-debate backend | https://api.openai.com/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| debateA | Run a context-asymmetric debate in a single call. One canonical entry point. Pick a mode:
The older 12-tool surface ( Args:
prompt: The decision question to debate.
mode: Returns: Convergence result dict, or paused state (auto + pause_at). |
| debate_startA | DEPRECATED (v0.4) — prefer Creates a debate and a Deep (full-context) session. Share the returned debate_id with the fresh session so it can join. |
| debate_joinA | DEPRECATED (v0.4) — prefer |
| debate_positionA | DEPRECATED (v0.4) — prefer |
| debate_challengeA | DEPRECATED (v0.4) — prefer |
| debate_convergeA | DEPRECATED (v0.4) — prefer |
| debate_cancelA | DEPRECATED (v0.4) — prefer |
| debate_deleteA | DEPRECATED (v0.4) — prefer |
| debate_statusA | DEPRECATED (v0.4) — prefer |
| debate_historyA | DEPRECATED (v0.4) — prefer |
| debate_soloA | DEPRECATED (v0.4) — prefer Single-terminal entry point: the caller generates both sides locally and submits the texts here. No external API key required. |
| debate_autoA | DEPRECATED (v0.4) — prefer Requires non-empty |
| debate_reviewA | DEPRECATED (v0.4) — prefer Call after |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/heznpc/PLOIDY'
If you have feedback or need assistance with the MCP directory API, please join our Discord server