Skip to content
Cursor

axon research for Cursor

io.github.raysker/axon-research

AI agent ecosystem research, DeFi analysis, and market research tools

client:Cursor transport:stdio runtime:npm

Install axon research in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "axon-research": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@raysker/axon-research"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

axon research in other clients