Skip to main content
Glama

businessmap-mcp

by edicarloslds
.env.example1.96 kB
# BusinessMap MCP Server Configuration # Copy this file to .env and fill in your actual values # ================================= # REQUIRED CONFIGURATION # ================================= # Your BusinessMap API base URL # Format: https://your-instance.kanbanize.com/api/v2 # Example: https://mycompany.kanbanize.com/api/v2 BUSINESSMAP_API_URL=https://your-instance.kanbanize.com/api/v2 # Your BusinessMap API token # Get this from: My Account → API tab in your BusinessMap instance # Example: a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 BUSINESSMAP_API_TOKEN=your_api_token_here # ================================= # OPTIONAL CONFIGURATION # ================================= # Default workspace ID for operations (optional) # If not set, operations will require explicit workspace_id parameters # Example: 123 BUSINESSMAP_DEFAULT_WORKSPACE_ID= # Read-only mode - restricts server to only read operations # Set to 'true' to disable create/update/delete operations # Useful for AI assistants that should only read data # Default: false BUSINESSMAP_READ_ONLY_MODE=false # ================================= # SERVER CONFIGURATION # ================================= # MCP Server name identifier # Default: businessmap-mcp MCP_SERVER_NAME=businessmap-mcp # MCP Server version # Default: 1.0.0 MCP_SERVER_VERSION=1.0.0 # ================================= # TRANSPORT CONFIGURATION # ================================= # Enable Server-Sent Events transport (legacy) # Default: false SSE=false # Enable Streamable HTTP transport (recommended) # Default: true STREAMABLE_HTTP=true # HTTP server port (for HTTP transport modes) # Only needed if using HTTP transport instead of stdio # Default: 3002 PORT=3002 # ================================= # DEVELOPMENT CONFIGURATION # ================================= # Debug mode (optional) # Uncomment to enable verbose logging # DEBUG=businessmap-mcp # Node environment # Default: production # NODE_ENV=development

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/edicarloslds/businessmap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server