Multi-service MCP Server
by AdamPippert
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable or disable debug mode | False |
SECRET_KEY | Yes | Your secret key for the application | |
CHROME_PATH | No | Path to Chrome/Chromium browser executable | /usr/bin/chromium-browser |
GITHUB_TOKEN | Yes | Your GitHub access token | |
GITLAB_TOKEN | Yes | Your GitLab access token | |
GMAPS_API_KEY | Yes | Your Google Maps API key | |
MEMORY_DB_URI | No | URI for the memory database | sqlite:///memory.db |
PUPPETEER_HEADLESS | No | Run Puppeteer in headless mode | true |
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 |