Agentbay MCP
Rank #17,575io.github.thomasjumper/agentbay-mcp
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Agentbay MCP is a Model Context Protocol (MCP) server published by thomasjumper. It ranks #17,575 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agentbay MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Mar 30, 2026.
Ranks ahead of 98,016 of 115,591 servers on MCP Toplist.
Use Agentbay MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentbay-mcp https://www.aiagentsbay.com/api/mcpclaude mcp add agentbay-mcp -e "AGENTBAY_API_KEY=<your AGENTBAY_API_KEY>" -- npx -y aiagentsbay-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentbay-mcp]
url = "https://www.aiagentsbay.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agentbay-mcp]
command = "npx"
args = ["-y", "aiagentsbay-mcp"]
[mcp_servers.agentbay-mcp.env]
AGENTBAY_API_KEY = "<your AGENTBAY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://www.aiagentsbay.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<your AGENTBAY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentbay-mcp": {
"url": "https://www.aiagentsbay.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<your AGENTBAY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentbay-mcp": {
"type": "http",
"url": "https://www.aiagentsbay.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agentbay-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<your AGENTBAY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentbay-mcp": {
"serverUrl": "https://www.aiagentsbay.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<your AGENTBAY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentbay-mcp": {
"url": "https://www.aiagentsbay.com/api/mcp"
}
}
}{
"mcpServers": {
"agentbay-mcp": {
"command": "npx",
"args": [
"-y",
"aiagentsbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<your AGENTBAY_API_KEY>"
}
}
}
}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.thomasjumper%2Fagentbay-mcp)<a href="https://mcptoplist.com/server/io.github.thomasjumper%2Fagentbay-mcp"><img src="https://mcptoplist.com/badge/io.github.thomasjumper%2Fagentbay-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
thomasjumper
Other servers by thomasjumper
View all thomasjumper servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agentbay MCP?
- Agentbay MCP is maintained by thomasjumper, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Agentbay MCP listed on the Official MCP Registry?
- Yes — Agentbay MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agentbay MCP have?
- MCP Toplist tracks 2 versions of Agentbay MCP, most recently published on Mar 30, 2026.
- Where can I find the source code for Agentbay MCP?
- The source code for Agentbay MCP is hosted at github.com/thomasjumper/agentbay-mcp.