Skip to content
VS Code

axon research for VS Code

io.github.raysker/axon-research

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

client:VS Code transport:stdio runtime:npm

Install axon research in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

axon research in other clients