AgentLoopKit
Rank #9,540io.github.abhiyoheswaran1/agentloopkit
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
AgentLoopKit is a Model Context Protocol (MCP) server published by abhiyoheswaran1. It ranks #9,540 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AgentLoopKit is listed across 2 registries — Official MCP and PulseMCP, with 8 tracked versions. It was first listed on Jun 10, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 105,920 of 115,460 servers on MCP Toplist.
Use AgentLoopKit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentloopkit -- npx -y agentloopkit[mcp_servers.agentloopkit]
command = "npx"
args = ["-y", "agentloopkit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentloopkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}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.abhiyoheswaran1%2Fagentloopkit)<a href="https://mcptoplist.com/server/io.github.abhiyoheswaran1%2Fagentloopkit"><img src="https://mcptoplist.com/badge/io.github.abhiyoheswaran1%2Fagentloopkit.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
abhiyoheswaran1
Other servers by abhiyoheswaran1
View all abhiyoheswaran1 servers →Available versions (8)
| Version | Published |
|---|---|
| 1.2.0 | Jul 14, 2026 |
| 0.47.1 | Jun 29, 2026 |
| 0.45.0 | Jun 28, 2026 |
| 0.42.0 | Jun 24, 2026 |
| 0.32.0 | Jun 14, 2026 |
| 0.29.0 | Jun 13, 2026 |
| 0.28.2 | Jun 12, 2026 |
| 0.26.1 | Jun 10, 2026 |
Frequently asked questions
- Who maintains AgentLoopKit?
- AgentLoopKit is maintained by abhiyoheswaran1, which publishes 3 MCP servers (29 total versions) tracked on MCP Toplist.
- Is AgentLoopKit listed on the Official MCP Registry?
- Yes — AgentLoopKit is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AgentLoopKit have?
- MCP Toplist tracks 8 versions of AgentLoopKit, most recently published on Jul 14, 2026.
- Where can I find the source code for AgentLoopKit?
- The source code for AgentLoopKit is hosted at github.com/abhiyoheswaran1/agentloopkit.