pantheon-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pantheon-mcplist agents in the tech category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agents 🤖
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

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": {}
}
}
}Related MCP server: Awesome Agent Skills MCP Server
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-mcpDevelopment
npm install
npm run build
npm run devBuilt with ❤️ and AI
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables access to agent instruction files and prompts for AI development workflows. Provides tools to retrieve and list development rules, security checks, and common prompts from an agents library through MCP protocol.Last updated3Apache 2.0
- AlicenseAqualityDmaintenanceProvides access to over 100 curated AI agent skills from organizations like Anthropic, Vercel, and Hugging Face. It enables AI assistants to perform specialized tasks including document processing, security analysis, and web development through a standardized interface.Last updated48623MIT
- AlicenseAqualityCmaintenanceOn-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents. 150x reduction in context usage vs loading agents locally.Last updated4117MIT
- AlicenseAqualityDmaintenanceCommunity-driven library of tested prompts for AI agents, enabling search, retrieval, sharing, and rating of prompts.Last updated5MIT
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/valado/pantheon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server