MCP.so
登录

Prem MCP Server

@ucalyptus

关于 Prem MCP Server

Implementation of an MCP Server to use the Prem SDK

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

ucalyptus

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "prem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@ucalyptus/prem-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Prem MCP Server?

Prem MCP Server is a Model Context Protocol (MCP) server implementation for Prem AI, enabling seamless integration with Claude and other MCP‑compatible clients. It provides access to Prem AI’s chat completions, RAG, document management, and template features through the MCP interface.

How to use Prem MCP Server?

Install the server via npm, yarn, or pnpm, then set the PREM_API_KEY and PREM_PROJECT_ID environment variables. Configure the server in your client’s MCP settings (e.g., claude_desktop_config.json) with the command npx prem-mcp-server --stdio. Start the server by running npx prem-mcp-server.

Key features of Prem MCP Server

  • Chat completions with Prem AI language models
  • Retrieval‑Augmented Generation (RAG) with document repositories
  • Upload and manage documents in repositories
  • Predefined prompt templates for specialized outputs
  • Real‑time streaming of model responses
  • Robust error handling and logging

Use cases of Prem MCP Server

  • Have a basic conversation with Prem AI language models
  • Query document repositories with RAG for specific topics
  • Generate structured content using prompt templates
  • Upload .txt, .pdf, or .docx files for later retrieval
  • Integrate Prem AI capabilities into Claude Desktop or Cursor

FAQ from Prem MCP Server

What are the runtime requirements?

Node.js v16 or higher, a Prem AI account with a valid API key, and a Prem project ID.

How is the server started?

Run npx prem-mcp-server in your terminal. For Smithery installation, use npx -y @smithery/cli install @ucalyptus/prem-mcp-server --client claude.

What transport and authentication does it use?

The server communicates over stdio (via the --stdio flag) and authenticates using the PREM_API_KEY environment variable.

What file formats are supported for document upload?

Only .txt, .pdf, and .docx files are supported for uploading to Prem AI repositories.

Where is my data stored?

All data, including chat history and uploaded documents, is stored on the Prem AI platform. The server itself does not persist any data locally.

评论

其他 分类下的更多 MCP 服务器