amendor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AMENDOR_API | No | The URL of the Amendor API | https://amendor.site |
| AMENDOR_TOKEN | Yes | Your Amendor project token (required) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_change_requestsA | List change requests submitted by end users on sites you ship. Optionally filter by status. Start here to see what people are asking for. |
| get_change_requestA | Get full detail for one change request so you can implement it: the user request, the exact element they pointed at (CSS selector + outerHTML), the page URL, and a screenshot URL. Call this before making the change. |
| set_preview_urlA | Attach a deploy-preview URL to a change request and mark it ready for the requester to review. |
| update_statusA | Update a change request status as it moves through the build and review flow. |
| start_buildA | LOCAL MODE ONLY (repo on this machine, no host). Cuts a branch + git worktree the local Amendor serves at /preview//. For the normal GitHub flow, do NOT call this: instead branch "relay/task-" in your own repo clone, edit, commit, push, and open a PR tagged "relay-task:" — the host builds the preview and the webhook captures it automatically. |
| publish_previewA | Mark a change request ready for the requester to review. The preview is already live from the worktree; this flips status to "in preview" and surfaces the link. |
| ship_changeA | Ship an approved change: merge the task branch into the project base, remove the worktree, and mark it shipped. Production (the live site) now reflects the change. |
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
- 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/deslay1/amendor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server