accelo-mcp
by andrewgl504
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port | 8787 |
| OAUTH_SCOPE | Yes | Accelo scopes, e.g. read(all) write(all) | |
| TOKEN_DB_PATH | No | SQLite path | /app/data/tokens.db |
| ACCELO_BASE_URL | Yes | https://YOURDEPLOY.api.accelo.com/api/v0 | |
| PUBLIC_BASE_URL | Yes | Public HTTPS URL of this server | |
| ACCELO_CLIENT_ID | Yes | From your Accelo Web App | |
| ACCELO_OAUTH_URL | Yes | https://YOURDEPLOY.api.accelo.com/oauth2/v0 | |
| OAUTH_REDIRECT_URI | Yes | <PUBLIC_BASE_URL>/oauth/callback (must match Accelo) | |
| ACCELO_CLIENT_SECRET | Yes | From your Accelo Web App |
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/andrewgl504/accelo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server