MCP.so
Sign In

Prem MCP Server

@ucalyptus

About Prem MCP Server

Implementation of an MCP Server to use the Prem SDK

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

ucalyptus

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers