x402-discovery
by rplryan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_REPO | No | GitHub repository name | ouroboros |
| GITHUB_USER | Yes | GitHub username | |
| GITHUB_TOKEN | Yes | GitHub personal access token with repo scope | |
| TOTAL_BUDGET | Yes | Spending limit in USD | |
| OPENAI_API_KEY | No | Enables the web_search tool | |
| OUROBOROS_MODEL | No | Primary LLM model (via OpenRouter) | anthropic/claude-sonnet-4.6 |
| ANTHROPIC_API_KEY | No | Enables Claude Code CLI for code editing | |
| OPENROUTER_API_KEY | Yes | OpenRouter API key for LLM calls | |
| TELEGRAM_BOT_TOKEN | Yes | Telegram Bot API token | |
| OUROBOROS_MAX_ROUNDS | No | Maximum LLM rounds per task | 200 |
| OUROBOROS_MODEL_CODE | No | Model for code editing tasks | anthropic/claude-sonnet-4.6 |
| OUROBOROS_MAX_WORKERS | No | Maximum number of parallel worker processes | 5 |
| OUROBOROS_MODEL_LIGHT | No | Model for lightweight tasks (dedup, compaction) | google/gemini-3-pro-preview |
| OUROBOROS_BG_BUDGET_PCT | No | Percentage of total budget allocated to background consciousness | 10 |
| OUROBOROS_WEBSEARCH_MODEL | No | Model for web search (OpenAI Responses API) | gpt-5 |
| OUROBOROS_MODEL_FALLBACK_LIST | No | Fallback model chain for empty responses | google/gemini-2.5-pro-preview,openai/o3,anthropic/claude-sonnet-4.6 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/rplryan/ouroboros'
If you have feedback or need assistance with the MCP directory API, please join our Discord server