# AgentNow Global Error Mesh MCP Server
> Package: `@agentnow/mcp-server`
> Tools Exposed: agentnow_query_fix, agentnow_contribute_fix, agentnow_platform_waypoint
> URL: https://agentnow.in/mcp/agentnow-mcp-server

## Description
Sub-50ms verified code patches and cloud teleport waypoints for Cursor, Claude Code, and Cline.

## Installation CLI
```bash
npx -y @agentnow/mcp-server
```

## Claude Desktop Configuration (claude_desktop_config.json)
```json
{
  "mcpServers": {
    "agentnow": {
      "command": "npx",
      "args": [
        "-y",
        "@agentnow/mcp-server"
      ]
    }
  }
}
```

## Cursor Configuration (.cursor/mcp.json)
```json
{
  "mcpServers": {
    "agentnow": {
      "command": "npx",
      "args": [
        "-y",
        "@agentnow/mcp-server"
      ]
    }
  }
}
```
