@yocoolab/mcp-server
by Yocoolab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub PAT with repo scope. Auto-detected if gh CLI is installed and authenticated. | |
| YOCOOLAB_TOKEN | No | Your Yocoolab JWT (from the Chrome extension). When unset, thread feedback tools are disabled but bridge / companion / activity tools still work. | |
| YOCOOLAB_API_URL | No | Yocoolab API base URL | https://app.yocoolab.com |
| YOCOOLAB_AGENT_NAME | No | Display name shown in the Chrome extension's agent picker | Claude Code |
| YOCOOLAB_AGENT_TYPE | No | Agent type identifier (claude-code, roo, cline, cursor, windsurf, or custom) | claude-code |
| YOCOOLAB_BRIDGE_PORT | No | Local port for the HTTP bridge to the Chrome extension | 9800 |
| YOCOOLAB_BRIDGE_WORKSPACE | No | Absolute path to your project workspace, used to resolve file references in selections | process.cwd() |
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/Yocoolab/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server