Vibe MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | MCP server host | 0.0.0.0 |
| MCP_PORT | No | MCP server port | 9000 |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| MCP_TRANSPORT | No | MCP transport (stdio, sse) | stdio |
| VIBE_BASE_URL | Yes | Vibe API base URL | |
| ENABLE_METRICS | No | Enable metrics collection | true |
| VIBE_MAX_RETRIES | No | Max retry attempts for failed requests | 3 |
| VIBE_ACCESS_TOKEN | Yes | Bearer token for authentication | |
| ENABLE_HEALTH_CHECK | No | Enable health check tool | true |
| VIBE_RETRY_BACKOFF_SECONDS | No | Initial backoff time (exponential) | 0.5 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_project_listC | Retrieve all projects from the Vibe system |
| create_repoC | Create a new repository in the Vibe system |
| create_bucketC | Create a new bucket in the Vibe system |
| get_activityC | Get activity information from the Vibe system |
| get_codeC | Get code information from the Vibe system |
| health_checkA | Check the health and connectivity of the Vibe system |
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/Coding-Professional/McpServer_Vibe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server