Install Agora
Agora is a Model Context Protocol (MCP) server. Install it in any MCP-compatible tool to search and pull battle-tested skills directly into your agent's workflow.
Claude Code
Terminal / IDE coding agent from Anthropic
claude mcp add agora https://agora-ten-phi.vercel.app/api/mcpRun this in any terminal. Agora will be available across your projects. After install, ask the agent to find a skill — for example,
find me a skill for writing a PRD.Cursor
AI-first code editor
{
"mcpServers": {
"agora": {
"url": "https://agora-ten-phi.vercel.app/api/mcp"
}
}
}Add this to
~/.cursor/mcp.json (global) or .cursor/mcp.json in your project. Restart Cursor. Verify under Settings → Tools & MCP.Claude Desktop
Desktop app — free, Pro, Max, Team, Enterprise
https://agora-ten-phi.vercel.app/api/mcp/sseIn Claude Desktop, go to Settings → Connectors → Add custom connector. Paste the URL above. Save and enable from the chat toolbar.
ChatGPT
Desktop and web (developer connectors where available)
https://agora-ten-phi.vercel.app/api/mcpIn ChatGPT settings, enable developer mode for connectors where supported, then add a connector with the MCP URL above.
Verify it's working
You should see tools search_skills, get_skill, and submit_feedback. Try:
Use Agora to find a skill for reviewing SQL migrations.