Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pruva

БесплатноНе проверен

Remote MCP server for Pruva, enabling AI assistants to manage products, features, and documents over HTTPS with OAuth authentication.

GitHubEmbed

Описание

Remote MCP server for Pruva, enabling AI assistants to manage products, features, and documents over HTTPS with OAuth authentication.

README

license

Remote Model Context Protocol server for Pruva. Connect your AI assistant to your Pruva products, features, and documents over HTTPS — no install, no API keys.

Endpoint

https://mcp.pruva.ai/api/mcp

Authentication is handled by your MCP client over OAuth 2.1 against the Pruva backend. The first tool call opens a browser tab where you approve access; the token is then stored by your client and reused.

Setup

Claude Code

claude mcp add --transport http pruva https://mcp.pruva.ai/api/mcp

Claude Desktop

In claude_desktop_config.json:

{
  "mcpServers": {
    "pruva": {
      "type": "http",
      "url": "https://mcp.pruva.ai/api/mcp"
    }
  }
}

Cursor

In .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "pruva": {
      "url": "https://mcp.pruva.ai/api/mcp"
    }
  }
}

Other clients

Any MCP client that speaks Streamable HTTP with OAuth 2.1 works. Point it at the endpoint — discovery happens automatically via /.well-known/oauth-protected-resource.

Tools

Tool Purpose
pruva_list_products List your products
pruva_get_product Get a product's details
pruva_list_features List a product's features
pruva_get_feature Get a feature's details
pruva_create_feature Create a feature
pruva_update_feature Update a feature's title or status
pruva_list_documents List a product's documents
pruva_get_document Get a document's content
pruva_create_document Create a document
pruva_update_document Update a document's content or path
pruva_search_documents Search documents by content
pruva_list_feature_relations List feature relations
pruva_ask Ask the Pruva analysis agent a read-only question

Resources

URI Template Returns
pruva://products/{productId} Product details
pruva://products/{productId}/features Features list
pruva://products/{productId}/relations Feature relations
pruva://products/{productId}/documents Documents list
pruva://products/{productId}/documents/{path} Single document content

Security

  • No long-lived secrets to manage — auth runs through the standard OAuth flow in your browser.
  • Tokens are stored by your MCP client, not by this server.
  • Every API call is re-validated against the Pruva backend.
  • Revoke access any time from your Pruva account settings.

Links

Issues

GitHub Issues

License

MIT

from github.com/pruva-ai/pruva-mcp

Установка Pruva

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pruva-ai/pruva-mcp

FAQ

Pruva MCP бесплатный?

Да, Pruva MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pruva?

Нет, Pruva работает без API-ключей и переменных окружения.

Pruva — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Pruva в Claude Desktop, Claude Code или Cursor?

Открой Pruva на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pruva with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai