
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@pepperi-addons/api-mcp
Advanced tools
MCP Server for Pepperi API operations with file system access and token caching.
npm install -g @pepperi-addons/api-mcp
npm install @pepperi-addons/api-mcp
Configure your AI assistant (like Claude Desktop or Windsurf) to use this MCP server:
Using npx (Always Latest Version):
{
"mcpServers": {
"pepperi-api": {
"command": "npx",
"args": ["@pepperi-addons/api-mcp@latest"]
}
}
}
For Global Installation:
{
"mcpServers": {
"pepperi-api": {
"command": "pepperi-api-mcp",
"args": []
}
}
}
For Local Installation:
{
"mcpServers": {
"pepperi-api": {
"command": "node",
"args": ["./node_modules/@pepperi-addons/api-mcp/dist/pepperi-api-mcp.server.js"]
}
}
}
For Development/Testing:
{
"mcpServers": {
"pepperi-api": {
"command": "node",
"args": ["C:\\path\\to\\your\\project\\node_modules\\@pepperi-addons\\api-mcp\\dist\\pepperi-api-mcp.server.js"]
}
}
}
pepperi_api_call: Make authenticated API calls to Pepperi endpoints
username
: Pepperi username (or credential alias)password
: Pepperi passwordenvironment
: Environment (staging, production, etc.)endpoint
: API endpoint path (e.g., /resources/users)method
: HTTP method (GET, POST)body
: Request body for POST requests (JSON string)The MCP server exposes all files in the current workspace as resources:
.ts
).js
).json
).md
)Token Cache File Locations:
%APPDATA%\pepperi-api-mcp\token-cache.json
~/Library/Caches/pepperi-api-mcp/token-cache.json
~/.cache/pepperi-api-mcp/token-cache.json
History File Locations:
%APPDATA%\pepperi-api-mcp\api-call-history.json
~/Library/Caches/pepperi-api-mcp/api-call-history.json
~/.cache/pepperi-api-mcp/api-call-history.json
Credentials File Locations:
%APPDATA%\pepperi-api-mcp\credentials-config.json
~/Library/Caches/pepperi-api-mcp/credentials-config.json
~/.cache/pepperi-api-mcp/credentials-config.json
Example credentials-config.json:
{
"my-prod-user": {
"UserName": "john.doe@company.com",
"Password": "your-password",
"Environment": "production"
},
"staging-user": {
"UserName": "jane.smith@company.com",
"Password": "test-password",
"Environment": "staging"
}
}
Usage with aliases:
username
parameter in API calls.All configuration files follow a consistent loading and persistence pattern:
# Build the project
npm run build
# Test MCP server with inspector
npm run test-mcp
MIT
FAQs
MCP Server for Pepperi API operations with file system access
We found that @pepperi-addons/api-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.