Agent Signal
Rank #49,481io.github.dan24ou-cpu/agent-signal
MCP server providing agent-signal capabilities
Agent Signal is a Model Context Protocol (MCP) server published by dan24ou-cpu. It ranks #49,481 of 132,113 servers tracked on MCP Toplist. Agent Signal is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 82,632 of 132,113 servers on MCP Toplist.
Use Agent Signal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-signal https://agent-signal-production.up.railway.app/mcpclaude mcp add agent-signal -- npx -y agent-signal[mcp_servers.agent-signal]
url = "https://agent-signal-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agent-signal]
command = "npx"
args = ["-y", "agent-signal"]Add to ~/.codex/config.toml.
https://agent-signal-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-signal": {
"command": "npx",
"args": [
"-y",
"agent-signal"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-signal": {
"url": "https://agent-signal-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agent-signal": {
"command": "npx",
"args": [
"-y",
"agent-signal"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-signal": {
"type": "http",
"url": "https://agent-signal-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agent-signal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-signal"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-signal": {
"serverUrl": "https://agent-signal-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-signal": {
"command": "npx",
"args": [
"-y",
"agent-signal"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-signal": {
"url": "https://agent-signal-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"agent-signal": {
"command": "npx",
"args": [
"-y",
"agent-signal"
]
}
}
}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.dan24ou-cpu%2Fagent-signal)<a href="https://mcptoplist.com/server/io.github.dan24ou-cpu%2Fagent-signal"><img src="https://mcptoplist.com/badge/io.github.dan24ou-cpu%2Fagent-signal.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dan24ou-cpu
Other servers by dan24ou-cpu
View all dan24ou-cpu servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent Signal?
- Agent Signal is maintained by dan24ou-cpu, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Agent Signal listed on the Official MCP Registry?
- Yes — Agent Signal is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Signal have?
- MCP Toplist tracks 2 versions of Agent Signal, most recently published on Mar 20, 2026.
- Where can I find the source code for Agent Signal?
- The source code for Agent Signal is hosted at github.com/dan24ou-cpu/agent-signal.
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.