mcp-pickaxe
Verified Safeby aplaceforallmystuff
Overview
Connects AI assistants to the Pickaxe platform for managing AI agents, knowledge bases, users, and analytics through natural language.
Installation
npx mcp-pickaxeEnvironment Variables
- PICKAXE_STUDIO_<STUDIO_NAME>
- PICKAXE_DEFAULT_STUDIO
Security Notes
The server uses the Model Context Protocol SDK, which provides input validation via JSON Schema for tool arguments, mitigating common injection vulnerabilities. Pickaxe API keys are correctly sourced from environment variables (e.g., PICKAXE_STUDIO_MAIN), preventing hardcoded secrets. There is no evidence of 'eval' or direct arbitrary shell command execution. API requests are made to a hardcoded base URL for Pickaxe, and specific tool endpoints are relative, preventing arbitrary network requests. Sensitive data is handled through JSON serialization of API responses, not direct code execution.
Similar Servers
ha-mcp
A Model Context Protocol server that enables AI agents to exert complete control over Home Assistant through REST API and WebSocket integration with a rich set of enhanced tools.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
DatabaseMcpServer
Provides a robust and secure database access layer for AI assistants, supporting 19 types of databases with single-instance multi-database dynamic switching and over 50 tools for data and schema management.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.