emergent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMERGENT_EMAIL | Yes | Account email | |
| EMERGENT_PASSWORD | Yes | Account password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| emergent_create_projectA | Create a new project on Emergent.sh by submitting a prompt. The AI agent will start building immediately. Returns a job ID you can use to monitor progress. |
| emergent_list_projectsA | List your recent Emergent.sh projects/jobs with their status and preview URLs. |
| emergent_get_projectA | Get full details for a specific project including status, preview URL, and credits used. |
| emergent_wait_for_buildA | Poll a job until it completes (or fails/times out). Use after emergent_create_project to wait for the build to finish. |
| emergent_respond_to_agentA | Respond to a HITL (human-in-the-loop) question from the Emergent agent. Use when the agent has paused and is waiting for your input to continue building. |
| emergent_wake_environmentA | Wake up a sleeping Emergent environment (auto-sleeps after ~30min inactivity). |
| emergent_get_previewA | Get the live preview URL for a built Emergent project. |
| emergent_screenshot_previewA | Take screenshots of the live preview at multiple viewport sizes (phone, tablet, laptop, TV). Requires Playwright (installed automatically with the package). |
| emergent_get_creditsA | Get the current credit balance for the Emergent account. Returns ECU balance, monthly credits, daily credits, plan name, and refresh date. |
| emergent_credit_summaryB | Get a short human-readable credit balance summary. |
| emergent_discover_featuresA | [Browser] Discover and document available Emergent.sh features. Only needed for features not yet in the REST API. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Nextahalli/emergent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server