loading…
Search for a command to run...
loading…
Enables AI agents to access a collection of specialized agent instructions on demand, covering categories like tech, business, growth, and product.
Enables AI agents to access a collection of specialized agent instructions on demand, covering categories like tech, business, growth, and product.
A collection of AI agents for various tasks.
Welcome to the agents repository! This project contains various AI agent definitions. The definitions can be used by any agentic system that supports markdown.

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": {}
}
}
}
The server exposes 3 MCP tools:
list_agentsList all available agents, optionally filtered by category.
{
"name": "list_agents",
"arguments": {
"category": "tech" // optional: business, growth, product, tech
}
}
get_agentGet detailed information about a specific agent by name.
{
"name": "get_agent",
"arguments": {
"name": "react-frontend-dev"
}
}
search_agentsSearch agents by keywords in name, description, or instructions.
{
"name": "search_agents",
"arguments": {
"keywords": "react",
"category": "tech" // optional filter
}
}
To install globally:
npm install -g pantheon-mcp
npx pantheon-mcp
npm install
npm run build
npm run dev
Built with ❤️ and AI
Run in your terminal:
claude mcp add pantheon-mcp -- npx Yes, Pantheon MCP is free — one-click install via Unyly at no cost.
No, Pantheon runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
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.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs