Odel
agentcontext mcp

agentcontext mcp

Local
@mbeatoTypeScriptUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mbeato/agentcontext-mcpv0.1.2

Run

npx -y @mbeato/agentcontext-mcp

MCP client config

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