agent-discover
by keshrath
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_DISCOVER_DB | No | SQLite database path | ~/.claude/agent-discover.db |
| AGENT_DISCOVER_PORT | No | Dashboard HTTP port | 3424 |
| AGENT_DISCOVER_ROOTS | No | Comma-separated root URIs advertised to child servers (e.g. file:///Users/me/repo,file:///Users/me/data) | |
| AGENT_DISCOVER_OPENAI_API_KEY | No | OpenAI API key for embeddings (falls back to OPENAI_API_KEY if unset) | |
| AGENT_DISCOVER_EMBEDDING_MODEL | No | Override the default model id for the chosen provider | |
| AGENT_DISCOVER_ALLOW_REMOTE_TEST | No | Set to 1 to allow the Test panel endpoints from non-loopback origins. Not recommended — see Security. | 0 |
| AGENT_DISCOVER_EMBEDDING_THREADS | No | Local provider only — onnx runtime thread count | 1 |
| AGENT_DISCOVER_EMBEDDING_PROVIDER | No | none | local | openai | none |
| AGENT_DISCOVER_EMBEDDING_IDLE_TIMEOUT | No | Local provider only — seconds before unloading the model from RAM | 60 |
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/keshrath/agent-discover'
If you have feedback or need assistance with the MCP directory API, please join our Discord server