auto-mcp-server
by dolrea77
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ENV | Yes | Environment identifier (e.g., local, production). Determines which .env file is loaded (e.g., .env.local). Required. | |
| USER_ID | Yes | Jira/Confluence login ID (email for Cloud). Required. | |
| KROKI_URL | No | URL of the Kroki server. Default: 'http://localhost:8000'. | |
| SERVER_NAME | Yes | Name of the MCP server. Required. | |
| JIRA_BASE_URL | Yes | Jira server URL (without trailing slash). Required. | |
| KROKI_ENABLED | No | Set to 'true' to enable diagram generation via Kroki. Default: 'false'. | |
| USER_PASSWORD | Yes | Jira/Confluence password (API token for Cloud). Required. | |
| WIKI_BASE_URL | No | Confluence server URL (default: same as JIRA_BASE_URL if not set). Optional. | |
| MAX_DIFF_CHARS | No | Maximum number of characters for diff output (used when include_diff=true). Default: '30000'. | |
| GIT_REPOSITORIES | No | JSON mapping of project names to local git repository paths (e.g., '{"project-a": "/path/to/repo"}'). Default: {}. | |
| WIKI_AUTHOR_NAME | No | Author name displayed on Wiki page title (e.g., '[John] 2026'). Default: empty string. | |
| JIRA_PROJECT_CONFIGS | No | JSON array of per-project Jira configuration objects (define custom fields, statuses, etc.). Optional. | |
| KROKI_CONTAINER_NAME | No | Docker container name for Kroki. Default: 'kroki'. | |
| WIKI_ISSUE_SPACE_KEY | No | Wiki Space Key(s) for issue pages (comma-separated, leftmost has priority). Optional. | |
| WIKI_ISSUE_ROOT_PAGE_ID | No | Root page ID for Wiki issue pages. Optional. |
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
- 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/dolrea77/auto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server