Prem Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Prem Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server implementation for Prem AI, enabling seamless integration with Claude and other MCP-compatible clients. This server provides access to Prem AI's powerful features through the MCP interface.
To install prem-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @ucalyptus/prem-mcp-server --client claude# Using npm
npm install prem-mcp-server
# Using yarn
yarn add prem-mcp-server
# Using pnpm
pnpm add prem-mcp-serverCreate a .env file in your project root:
PREM_API_KEY=your_api_key_here
PREM_PROJECT_ID=your_project_id_hereTo use the Prem MCP server with Cursor, add the following to your ~/.cursor/mcp.json:
{
"mcpServers": {
"PremAI": {
"command": "node",
"args": ["/path/to/your/prem-mcp/build/index.js", "--stdio"],
"env": {
"PREM_API_KEY": "your_api_key_here",
"PREM_PROJECT_ID": "your_project_id_here"
}
}
}
}Replace /path/to/your/prem-mcp with the actual path to your project directory.
For Claude Desktop users, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"PremAI": {
"command": "npx",
"args": ["prem-mcp-server", "--stdio"],
"env": {
"PREM_API_KEY": "your_api_key_here",
"PREM_PROJECT_ID": "your_project_id_here"
}
}
}
}npx prem-mcp-serverLet's have a conversation about artificial intelligence.Based on the documents in repository XYZ, what are the key points about [topic]?Use template ABC to generate [specific type of content].The server supports uploading documents to Prem AI repositories for RAG operations. Supported formats:
.txt.pdf.docxquery: The input textsystem_prompt: Custom system promptmodel: Model identifiertemperature: Response randomness (0-1)max_tokens: Maximum response lengthrepository_ids: Array of repository IDs for RAGsimilarity_threshold: Threshold for document similaritylimit: Maximum number of document chunkstemplate_id: ID of the prompt templateparams: Template-specific parameterstemperature: Response randomness (0-1)max_tokens: Maximum response length# Clone the repository
git clone https://github.com/yourusername/prem-mcp-server.git
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm testclaude_desktop_config.jsonContributions are welcome! Please feel free to submit a Pull Request.
MIT License - see the LICENSE file for details.
For issues and feature requests, please use the GitHub Issues page.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.