genefoundry
by berntpopp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GF_HOST | No | Bind address | 127.0.0.1 |
| GF_PORT | No | Bind port | 8000 |
| GF_MCP_PATH | No | MCP mount path | /mcp |
| GF_AUTH_MODE | No | Authentication mode: none, jwt, or oauth | none |
| GF_JWT_ISSUER | No | JWT issuer for JWT auth mode | |
| GF_JWT_AUDIENCE | No | JWT audience for JWT auth mode | |
| GF_JWT_JWKS_URL | No | JWKS URL for JWT auth mode | |
| GF_SERVERS_FILE | No | Backend registry file | servers.yaml |
| GF_POLL_INTERVAL | No | Polling re-list interval (seconds); 0 disables | 0 |
| GF_ALLOWED_ORIGINS | No | CSV Origin allowlist (DNS-rebinding defense) | |
| GF_PUBLIC_BASE_URL | No | Public URL behind the proxy (OAuth resource URI) | |
| GF_SEARCH_MAX_RESULTS | No | BM25 search_tools result cap | 5 |
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/berntpopp/genefoundry-router'
If you have feedback or need assistance with the MCP directory API, please join our Discord server