Prem MCP Server
@ucalyptus
Prem MCP Server について
Implementation of an MCP Server to use the Prem SDK
基本情報
設定
以下の設定を使って、このサーバーを 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.docxfiles 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.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント