What is the io.github.mbeato/agentcontext MCP server?
Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.
How to install io.github.mbeato/agentcontext
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": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentcontext": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mbeato/agentcontext-mcp"
]
}
}
}Claude Code
claude mcp add agentcontext -- npx -y @mbeato/agentcontext-mcpRelated MCP servers
74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.
View repository →