Agent Context
Rank #33,560io.github.mbeato/agentcontext
Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.
Agent Context is a Model Context Protocol (MCP) server published by mbeato. It ranks #33,560 of 115,591 servers tracked on MCP Toplist. Agent Context is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Apr 29, 2026 and most recently updated on Apr 29, 2026.
Ranks ahead of 82,031 of 115,591 servers on MCP Toplist.
Use Agent Context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentcontext -- npx -y @mbeato/agentcontext-mcp[mcp_servers.agentcontext]
command = "npx"
args = ["-y", "@mbeato/agentcontext-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentcontext": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}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.mbeato%2Fagentcontext)<a href="https://mcptoplist.com/server/io.github.mbeato%2Fagentcontext"><img src="https://mcptoplist.com/badge/io.github.mbeato%2Fagentcontext.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
mbeato
Other servers by mbeato
View all mbeato servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Apr 29, 2026 |
| 0.1.1 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Agent Context?
- Agent Context is maintained by mbeato, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Agent Context listed on the Official MCP Registry?
- Yes — Agent Context is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Agent Context have?
- MCP Toplist tracks 2 versions of Agent Context, most recently published on Apr 29, 2026.
- Where can I find the source code for Agent Context?
- The source code for Agent Context is hosted at github.com/mbeato/agentcontext-mcp.