Pallas Athena Tools for VS Code
io.github.nous-ehr/athena-tools
athenahealth DataView, API, and workflow tools for Claude Code with learning loop
client:VS Code
transport:stdio
runtime:npm
Install Pallas Athena Tools in VS Code
.vscode/mcp.json
{
"servers": {
"athena-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pallas-athena-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs