Amendor
Rank #15,984io.github.deslay1/amendor-mcp
Pull change requests from your Amendor board into your coding agent to build and open PRs.
Amendor is a Model Context Protocol (MCP) server published by deslay1. It ranks #15,984 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Amendor is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 21, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 116,062 of 132,046 servers on MCP Toplist.
Use Amendor
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http amendor-mcp https://amendor.site/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add amendor-mcp -e "AMENDOR_API=<your AMENDOR_API>" -e "AMENDOR_TOKEN=<your AMENDOR_TOKEN>" -- npx -y amendor-mcpReplace each placeholder with your own value before saving.
[mcp_servers.amendor-mcp]
url = "https://amendor.site/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.amendor-mcp]
command = "npx"
args = ["-y", "amendor-mcp"]
[mcp_servers.amendor-mcp.env]
AMENDOR_API = "<your AMENDOR_API>"
AMENDOR_TOKEN = "<your AMENDOR_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://amendor.site/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "<your AMENDOR_API>",
"AMENDOR_TOKEN": "<your AMENDOR_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amendor-mcp": {
"url": "https://amendor.site/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "<your AMENDOR_API>",
"AMENDOR_TOKEN": "<your AMENDOR_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"amendor-mcp": {
"type": "http",
"url": "https://amendor.site/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"amendor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "<your AMENDOR_API>",
"AMENDOR_TOKEN": "<your AMENDOR_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amendor-mcp": {
"serverUrl": "https://amendor.site/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "<your AMENDOR_API>",
"AMENDOR_TOKEN": "<your AMENDOR_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amendor-mcp": {
"url": "https://amendor.site/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp"
],
"env": {
"AMENDOR_API": "<your AMENDOR_API>",
"AMENDOR_TOKEN": "<your AMENDOR_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.deslay1%2Famendor-mcp)<a href="https://mcptoplist.com/server/io.github.deslay1%2Famendor-mcp"><img src="https://mcptoplist.com/badge/io.github.deslay1%2Famendor-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
deslay1
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | Jun 22, 2026 |
| 0.1.3 | Jun 22, 2026 |
| 0.1.2 | Jun 21, 2026 |
Frequently asked questions
- Who maintains Amendor?
- Amendor is maintained by deslay1, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Amendor listed on the Official MCP Registry?
- Yes — Amendor is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Amendor have?
- MCP Toplist tracks 3 versions of Amendor, most recently published on Jun 22, 2026.
- Where can I find the source code for Amendor?
- The source code for Amendor is hosted at github.com/deslay1/amendor-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.