mcp-komodo
by Samik081
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging to stderr | false |
| MCP_HOST | No | HTTP server bind address (only used when MCP_TRANSPORT=http) | 0.0.0.0 |
| MCP_PORT | No | HTTP server port (only used when MCP_TRANSPORT=http) | 3000 |
| KOMODO_URL | Yes | URL of your Komodo Core instance | |
| MCP_TRANSPORT | No | Transport mode: stdio or http | stdio |
| KOMODO_API_KEY | Yes | API key for authentication | |
| KOMODO_API_SECRET | Yes | API secret for authentication | |
| KOMODO_CATEGORIES | No | Comma-separated category allowlist | |
| KOMODO_ACCESS_TIER | No | Access tier: read-only, read-execute, or full | full |
| KOMODO_TOOL_BLACKLIST | No | Comma-separated list of tool names to exclude | |
| KOMODO_TOOL_WHITELIST | No | Comma-separated list of tool names to force-include | |
| MCP_EXCLUDE_TOOL_TITLES | No | Set true to omit tool titles from registration | false |
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
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/Samik081/mcp-komodo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server