PolyAI Agent Studio Server
БесплатноНе проверенEnables access to PolyAI Agent Studio Cursor rules via MCP tools for listing, retrieving, and searching rules, making them usable by any MCP-compatible client.
Описание
Enables access to PolyAI Agent Studio Cursor rules via MCP tools for listing, retrieving, and searching rules, making them usable by any MCP-compatible client.
README
An MCP (Model Context Protocol) server that exposes the PolyAI Agent Studio Cursor rules as tools and resources, making them available to any MCP-compatible client (Claude Desktop, Cursor, etc.).
Tools
| Tool | Description |
|---|---|
list_rules |
List all 13 available rules with descriptions and tags |
get_rule(name) |
Get the full content of a specific rule |
search_rules(query) |
Search across all rules for a keyword |
get_all_rules |
Get all rules concatenated (full context dump) |
Available Rules
agent-studio-anti-patterns— Common mistakes and anti-patterns to avoidagent-studio-conversation-style— Natural language and conversation style guidelinesagent-studio-entities— Entity definition patternsagent-studio-flows— Flow structure, step prompts, navigationagent-studio-lifecycle-functions— start/end function patternsagent-studio-low-code-flows— Low-code flow configurationagent-studio-project-structure— Project directory layout and required filesagent-studio-state-and-metrics— State management and metrics trackingagent-studio-topics— Topic YAML format and patternsagent-studio-utterances— Utterance/example query guidelinesagent-studio-writing-functions— Python function writing patternscall-diagnostics— Call diagnostics patternscall-diagnostics-trigger— Call diagnostics trigger configuration
Running Locally
# stdio (for Claude Desktop / Cursor)
python server.py
# SSE HTTP server
MCP_TRANSPORT=sse PORT=8000 python server.py
Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"polyai-agent-studio": {
"command": "python",
"args": ["/path/to/polyai-agent-studio-mcp/server.py"],
"env": { "MCP_TRANSPORT": "stdio" }
}
}
}
Remote (hosted) config
{
"mcpServers": {
"polyai-agent-studio": {
"url": "https://YOUR-RAILWAY-URL/mcp"
}
}
}
Deploying to Railway
- Fork / push this repo to GitHub
- Go to railway.app, create a new project → Deploy from GitHub repo
- Railway auto-detects the Dockerfile and deploys
- Set env vars if needed (defaults work out of the box)
- Your MCP server will be available at
https://<your-app>.up.railway.app/sse
Health Check
GET /health
Returns:
{"status": "ok", "rules_loaded": 13, "server": "polyai-agent-studio-mcp"}
Updating Rules
Rules are stored in rules/*.md. To update:
- Copy new/updated
.mdfiles intorules/ - Push to GitHub — Railway redeploys automatically
Установка PolyAI Agent Studio Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/shawnwun/polyai-agent-studio-mcpFAQ
PolyAI Agent Studio Server MCP бесплатный?
Да, PolyAI Agent Studio Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PolyAI Agent Studio Server?
Нет, PolyAI Agent Studio Server работает без API-ключей и переменных окружения.
PolyAI Agent Studio Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить PolyAI Agent Studio Server в Claude Desktop, Claude Code или Cursor?
Открой PolyAI Agent Studio Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
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
автор: xuzexin-hzCompare PolyAI Agent Studio Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
