# agentcontext [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/mbeato/agentcontext-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentcontext

## Description
Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "agentcontext": {
    "command": "npx",
    "args": ["-y","@mbeato/agentcontext-mcp"]
  }
}
```

## Documentation & README

# @mbeato/agentcontext-mcp

MCP server for [@mbeato/agentcontext](https://www.npmjs.com/package/@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.

## Install

```jsonc
// ~/.config/claude-code/mcp.json (or your MCP client's config)
{
  "mcpServers": {
    "agentcontext": {
      "command": "npx",
      "args": ["-y", "@mbeato/agentcontext-mcp"]
    }
  }
}
```

## Status

v0.1 — early. See https://agentsmd.apimesh.xyz for the project home.

## License

MIT

