agents-board
by fmilioni
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_PORT | No | Port for the API service | 4400 |
| AB_API_URL | No | API URL used by helper scripts to attach commits and diffs | http://127.0.0.1:4400 |
| POSTGRES_DB | No | PostgreSQL database name | agents_board |
| MCP_HTTP_PORT | No | Port for the MCP Streamable HTTP server | 4402 |
| POSTGRES_PORT | No | Host port for PostgreSQL (in-container is 5432) | 5544 |
| POSTGRES_USER | No | PostgreSQL user | agents_board |
| MCP_PUBLIC_URL | No | Public URL clients use to reach the MCP server | http://127.0.0.1:4402 |
| BETTER_AUTH_URL | No | Public URL of the API where better-auth is mounted. | |
| GITHUB_CLIENT_ID | No | GitHub OAuth client ID to enable GitHub sign-in. | |
| POSTGRES_PASSWORD | No | PostgreSQL password | agents_board |
| AUTH_COOKIE_DOMAIN | No | Parent domain to share the session cookie across subdomains (remote only). | |
| BETTER_AUTH_SECRET | No | Secret used to sign sessions and tokens; required in production. | |
| NUXT_PUBLIC_API_URL | No | Public URL of the API for the web UI | http://127.0.0.1:4400 |
| AUTH_TRUSTED_ORIGINS | No | Origins allowed to call auth (CSRF) and the API's CORS allow-list. | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth client secret to enable GitHub sign-in. | |
| MCP_ACCESS_TOKEN_TTL | No | Lifetime in seconds of MCP OAuth access tokens (default 7 days). | 604800 |
| MCP_REFRESH_TOKEN_TTL | No | Lifetime in seconds of MCP OAuth refresh tokens (default 30 days). | 2592000 |
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/fmilioni/agents-board'
If you have feedback or need assistance with the MCP directory API, please join our Discord server