Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Pantheon

FreeStale (335d)

Enables AI agents to access a collection of specialized agent instructions on demand, covering categories like tech, business, growth, and product.

GitHubEmbed

About

Enables AI agents to access a collection of specialized agent instructions on demand, covering categories like tech, business, growth, and product.

README

A collection of AI agents for various tasks.

Getting Started 🚀

Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown.

Pantheon-MCP Server for Agents

Pantheon-MCP logo

Homepage

An MCP (Model Context Protocol) server that delivers AI agent instructions on demand from this repository's collection of 42+ specialized agents.

{
  "mcpServers": {
    "pantheon-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "pantheon-mcp"],
      "env": {}
    }
  }
}

Available Tools

The server exposes 3 MCP tools:

list_agents

List all available agents, optionally filtered by category.

{
  "name": "list_agents",
  "arguments": {
    "category": "tech" // optional: business, growth, product, tech
  }
}

get_agent

Get detailed information about a specific agent by name.

{
  "name": "get_agent",
  "arguments": {
    "name": "react-frontend-dev"
  }
}

search_agents

Search agents by keywords in name, description, or instructions.

{
  "name": "search_agents",
  "arguments": {
    "keywords": "react",
    "category": "tech" // optional filter
  }
}

Agent Categories

  • business (6 agents): business-analyst, cfo-financial-analyzer, compliance-officer, financial-analyst, sales-strategist, startup-mentor
  • growth (5 agents): conversion-optimizer, growth-marketer, idea-visionary, marketing-copywriter, marketing-strategist
  • product (3 agents): product-designer, product-manager, product-strategist
  • tech (28 agents): accessibility-auditor, ai-prompt-engineer, api-designer, aws-cloud-architect, code-reviewer, react-frontend-dev, and many more...

Installation

To install globally:

npm install -g pantheon-mcp
npx pantheon-mcp

Development

npm install
npm run build
npm run dev

Built with ❤️ and AI

from github.com/valado/pantheon-mcp

Install Pantheon in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install pantheon-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add pantheon-mcp -- npx -y pantheon-mcp

Step-by-step: how to install Pantheon

FAQ

Is Pantheon MCP free?

Yes, Pantheon MCP is free — one-click install via Unyly at no cost.

Does Pantheon need an API key?

No, Pantheon runs without API keys or environment variables.

Is Pantheon hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Pantheon in Claude Desktop, Claude Code or Cursor?

Open Pantheon on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Pantheon with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs