AutoDocBot-V2
by DWProv
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address; e.g., 127.0.0.1 locally, 0.0.0.0 in container. | |
| PORT | No | HTTP port (default: 3000). | 3000 |
| AUTH_MODE | No | Authentication mode: local or entra (default: local). | local |
| ALLOWED_HOSTS | No | Comma-separated additional allowed Host headers. | |
| LOCAL_USER_ID | No | Local test identity (required in local mode). | |
| ENTRA_CLIENT_ID | No | Client ID/audience of the AutoDocBot API. | |
| ENTRA_TENANT_ID | No | Tenant ID whose tokens are accepted. | |
| PUBLIC_BASE_URL | No | Public base URL without trailing slash. | |
| AUTH_LINK_SECRET | No | Signing secret for user account linking links. | |
| TOKEN_STORE_PATH | No | Path to encrypted connection store. | |
| ATLASSIAN_SITE_URL | No | Target Confluence site URL without trailing /wiki. | |
| ATLASSIAN_SPACE_ID | No | Default Confluence space ID. | |
| ATLASSIAN_CLIENT_ID | No | Client ID of the Atlassian 3LO app. | |
| ENTRA_REQUIRED_SCOPE | No | Delegated scope (default: access_as_user). | access_as_user |
| TOKEN_ENCRYPTION_KEY | No | Base64-encoded 32-byte encryption key for token store. | |
| ATLASSIAN_REDIRECT_URI | No | Exactly registered Atlassian OAuth callback URL. | |
| ATLASSIAN_CLIENT_SECRET | No | Client secret of the Atlassian 3LO app. | |
| ENTRA_ALLOWED_CLIENT_IDS | No | Comma-separated allowlist of calling client IDs (e.g., Copilot 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
- 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/DWProv/AutoDocBot-V2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server