Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pallas Athena Tools
Pallas Athena Tools logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 11:09:18 PM

Pallas Athena Tools

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

athenahealth DataView, API, and workflow tools for Claude Code with learning loop

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pallas-athena-tools": {
      "command": "npx",
      "args": [
        "-y",
        "pallas-athena-tools"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Pallas β€” athenahealth Integration Engineer for Claude Code

A Claude Code extension that embeds a senior athenahealth integration engineer in your development workflow. Proactively catches data loss bugs, teaches clinical context, guides you through safe DataView queries and API integrations, and gets smarter from every interaction through a built-in learning loop.

Try It in 30 Seconds

No install needed. Add this to any project's .claude/settings.json:

config.json
{
  "mcpServers": {
    "athena-tools": {
      "url": "https://pallas-mcp-server.azurewebsites.net/sse"
    }
  }
}

Then open Claude Code and ask: "How do I safely join PATIENT to CHART in DataView?"

This gives you all 12 MCP tools via the hosted server. For the full experience (slash commands, proactive safety rules, CLAUDE.md guidance), use the install method below.

Full Install

Terminal
npx pallas-athena-tools setup

This installs to your user-level Claude Code config (~/.claude/):

  • 12 MCP tools connected to the hosted knowledge base
  • 9 slash commands (/sql, /athena-api, /onboard, /diagnose, etc.)
  • CLAUDE.md with proactive safety rules and clinical context

Works in every project β€” no per-project configuration needed.

Other CLI commands

Terminal
npx pallas-athena-tools status      # Check installation
npx pallas-athena-tools uninstall   # Remove everything

What It Does

  • Proactive safety β€” Flags unsafe joins (46% data loss from PATIENTID/CHARTID mismatch), missing soft-delete filters, hardcoded credentials, and CONTEXTID issues
  • Teaches the "why" β€” Not just "add this filter" but "here's why deleted records exist in healthcare and what happens if you include them"
  • Knowledge base β€” 828 DataView views, 16K+ columns, 1.3K FK relationships, 1.9K API/FHIR/workflow docs
  • Learning loop β€” Every interaction feeds lessons back to the KB. Low-risk patterns auto-merge; high-risk discoveries go through human review
  • Working examples β€” Annotated SQL queries and API code templates in Python, TypeScript, and C#

Slash Commands

CommandDescription
/onboardGuided onboarding for new athenahealth developers
/sql <query>Generate safe DataView SQL with CONTEXTID, soft-delete, and correct joins
/athena-api <goal>Generate API integration code with OAuth, retry, and error handling
/diagnose <error>Diagnose API or DataView errors with root cause explanation
/review-athenaScan project for athenahealth anti-patterns and safety issues
/validatePre-deployment safety check
/explain <concept>Deep-dive explanation of any athenahealth concept
/workflow <name>End-to-end clinical/admin workflow guidance
/review-candidatesReview and approve/reject pending KB update candidates

MCP Tools

ToolDescription
athena_search_kbFull-text search across the knowledge base
athena_explain_viewDataView view schema, columns, relationships, and gotchas
athena_explain_joinSafe join path between two views with identity chain warnings
athena_diagnose_errorError diagnosis with likely causes and fixes
athena_explain_workflowClinical/admin workflow documentation
athena_suggest_workflowRecommended integration approach with anti-pattern detection
athena_submit_feedbackReport learned patterns back to the KB (learning loop)
athena_list_candidatesList pending KB update candidates for review
athena_review_candidateApprove or reject a KB update candidate
athena_report_safety_flagRecord a fired proactive safety rule (v0.2.0)
athena_report_outcomeRecord artifact intent and acceptance at end of interaction (v0.2.0)
athena_command_startBeacon for slash command usage (v0.2.0)

Learning Loop

The extension gets smarter from every developer interaction:

Code
Developer uses Claude Code for athenahealth work
    ↓
Claude calls KB tools (search, explain, diagnose)
    β†’ Each call is recorded (tool, duration, success/failure)
    ↓
Developer's issue is resolved
    ↓
Claude submits feedback: what worked, what was learned
    ↓
Classifier evaluates risk:
    Low risk (error patterns, gotchas) β†’ auto-merged, confidence 0.3
    High risk (schema, identity)       β†’ queued for human review
    ↓
Reviewer approves β†’ promoted to KB, confidence 0.7
    ↓
Next developer benefits from this knowledge

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+
  • Claude Code

Local Development

bash
git clone https://github.com/nous-ehr/claude_pallas_extension.git
cd claude_pallas_extension
pnpm install
pnpm build
claude    # Opens Claude Code with local MCP server

Environment Variables

VariableDefaultDescription
PALLAS_KB_PATH./dataPath to directory containing kb.json
PALLAS_LOG_LEVELerrorLog level: error, warn, info, debug
PALLAS_TRANSPORTstdioTransport: stdio (local) or http (Azure)
PALLAS_PORT8080Port for HTTP transport
COSMOS_ENDPOINTβ€”Azure Cosmos DB endpoint (enables learning loop)
COSMOS_KEYβ€”Azure Cosmos DB key
COSMOS_DATABASEpallas-kbCosmos DB database name

Project Structure

Code
pallas_claude_extension/
β”œβ”€β”€ CLAUDE.md                     # "Senior engineer" brain
β”œβ”€β”€ data/kb.json                  # Knowledge base (828 views, 16K columns, 1.9K docs)
β”œβ”€β”€ examples/                     # Annotated SQL + API code templates
β”œβ”€β”€ .claude/
β”‚   β”œβ”€β”€ settings.json             # MCP server config
β”‚   └── commands/                 # 9 slash commands
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ mcp-server/               # MCP server (9 tools, dual transport)
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ server.ts         # stdio + HTTP/SSE
β”‚   β”‚       β”œβ”€β”€ db/kbStore.ts     # KB with MiniSearch
β”‚   β”‚       β”œβ”€β”€ tools/            # 9 tool implementations
β”‚   β”‚       └── learning/         # Event capture, classifier, Cosmos DB
β”‚   └── cli/                      # npm package installer
└── .github/workflows/deploy.yml  # Auto-deploy to Azure on push

Architecture

This extension is fully independent from the Athena Tools VS Code extension. They share the same knowledge base source data but have separate codebases, separate deployments, and separate evolution paths. Neither can break the other.

License

  • Source code: MIT
  • Knowledge base (data/kb.json): CC BY-NC-SA 4.0 β€” non-commercial use only; contact maintainers for commercial licensing

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’
  • T
    Telnyx

    Official TypeScript library for the Telnyx API

    πŸ’» Developer Tools0 views
    Compare vs Telnyx β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pallas Athena Tools

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pallas-athena-tools": { "command": "npx", "args": ["-y", "Pallas Athena Tools"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPallas Athena Tools AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pallas-athena-tools?style=directory)](https://allmcps.com/mcp/pallas-athena-tools)
HTML Embed
<a href="https://allmcps.com/mcp/pallas-athena-tools"><img src="https://allmcps.com/api/badge/pallas-athena-tools?style=directory" alt="Pallas Athena Tools on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Pallas Athena Tools β†’Install in Claude DesktopInstall in CursorInstall in VS Code