MCP Server
Active
MIT
io.github.abhiyoheswaran1/agentloopkit MCP Server
io.github.abhiyoheswaran1/agentloopkit
What is the io.github.abhiyoheswaran1/agentloopkit MCP server?
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
How to install io.github.abhiyoheswaran1/agentloopkit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentloopkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}Claude Code
claude mcp add agentloopkit -- npx -y agentloopkitRelated MCP servers
Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.
4
View repository →TypeScript
MIT
Agent-native catalogue of Baseframe Labs dev tools and MCP servers.