MCP Server
MCP
io.github.aplaceforallmystuff/mcp-pickaxe
MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-pickaxe",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Pickaxe studio API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PICKAXE_API_KEY"
},
{
"description": "Your Pickaxe studio ID",
"isRequired": true,
"format": "string",
"name": "PICKAXE_STUDIO_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment