MCP Server
MCP
io.github.shotintoeternity/pocketnook
Deploy repositories or local folders to private Pocketnook URLs from any MCP client.
Install
npx -y @pocketnook/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@pocketnook/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "An agent token minted at pocketnook.dev/home under \"Agent access\". Acts on its owner's own nooks only; 90-day expiry.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POCKETNOOK_TOKEN"
},
{
"description": "Base URL, if not https://pocketnook.dev.",
"format": "string",
"name": "POCKETNOOK_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment