MCP server that exposes a ROBOT.md to Claude Desktop — resources + validate/render tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"robot-md-mcp": {
"command": "npx",
"args": [
"-y",
"RobotRegistryFoundation/robot-md-mcp"
]
}
}
}
Run in terminal:
claude mcp add robot-md-mcp npx -y RobotRegistryFoundation/robot-md-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"robot-md-mcp": {
"command": "npx",
"args": [
"-y",
"RobotRegistryFoundation/robot-md-mcp"
]
}
}
}