Dynamo MCP
by ruvnet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DYNAMO_MCP_HOST | No | Host to bind to | localhost |
| DYNAMO_MCP_PORT | No | Port to bind to | 3000 |
| DYNAMO_MCP_BASE_DIR | No | Base directory for templates and virtual environments | ~/.dynamo-mcp |
| DYNAMO_MCP_TRANSPORT | No | Transport type (sse or stdio) | sse |
| DYNAMO_MCP_VENVS_DIR | No | Directory for virtual environments | ~/.dynamo-mcp/venvs |
| DYNAMO_MCP_AUTH_ENABLED | No | Enable authentication | false |
| DYNAMO_MCP_AUTH_PASSWORD | No | Authentication password | password |
| DYNAMO_MCP_AUTH_USERNAME | No | Authentication username | admin |
| DYNAMO_MCP_TEMPLATES_DIR | No | Directory for templates | ~/.dynamo-mcp/templates |
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/ruvnet/dynamo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server