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 |
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
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