Skip to content

mbeato/agentcontext-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@mbeato/agentcontext-mcp

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.

Install

// ~/.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

About

MCP server for @mbeato/agentcontext — read_agent_context + convert_agent_context tools for any MCP-aware coding agent

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors