Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mbeato-agentcontext": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for @mbeato/agentcontext — normalize agent-context files (AGENTS.md, CLAUDE.md, GEMINI.md, .cursor/rules/.mdc, .windsurf/rules/.md, .clinerules/*.md, CONVENTIONS.md) from any MCP-aware coding agent.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mbeato/agentcontext and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for @mbeato/agentcontext — normalize agent-context files (AGENTS.md, CLAUDE.md, GEMINI.md, .cursor/rules/*.mdc, .windsurf/rules/*.md, .clinerules/*.md, CONVENTIONS.md) from any MCP-aware coding agent.
Two tools exposed:
read_agent_context(path) — parse all detected formats in a repo, return one unified IR.convert_agent_context(ir, targets) — render the IR to one or more target formats; returns the file map.// ~/.config/claude-code/mcp.json (or your MCP client's config)
{
"mcpServers": {
"agentcontext": {
"command": "npx",
"args": ["-y", "@mbeato/agentcontext-mcp"]
}
}
}
v0.1 — early. See https://agentsmd.apimesh.xyz for the project home.
MIT