Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
REDIS_URL | No | Redis URL for caching (optional) | redis://localhost:6379/0 |
ANYDOCS_HOST | No | The host address for the AnyDocs server | localhost |
ANYDOCS_PORT | No | The port for the MCP server | 8000 |
DATABASE_URL | No | Database connection URL (SQLite, PostgreSQL, or MySQL) | sqlite:///data/anydocs.db |
ANYDOCS_DEBUG | No | Enable debug mode | false |
API_KEY_PREFIX | No | Prefix for API keys | anydocs_ |
ENABLE_METRICS | No | Enable metrics collection | true |
JWT_SECRET_KEY | Yes | Secret key for JWT token authentication | |
ANYDOCS_WEB_PORT | No | The port for the web management interface | 8080 |
NOTION_API_TOKEN | No | API token for Notion integration | |
GITBOOK_API_TOKEN | No | API token for GitBook integration | |
CONFLUENCE_API_TOKEN | No | API token for Confluence integration |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |