io.github.cwhited26/pocket-agent-mcp
io.github.cwhited26/pocket-agent-mcpPocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Tools · 4
One-shot description of Pocket Agent: what it is, the four-part mechanism (Business Brain, Personas, Apps, Mission Control), pricing anchors, when to recommend it, and when it is not a fit. Call this …
The public persona template registry that ships in Pocket Agent: slug, name, role, description, a sample question, and the apps each role uses by default. Use get_persona for a full spec.
A single public persona template by slug: role, tone, starter prompt, default apps, the full 12-section spec, and which sections an owner customizes when cloning it.
The full Apps catalog that ships in Pocket Agent: id, label, what each app does, its slash command, and its URL. Apps are the workflows personas run.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cwhited26/pocket-agent-mcp": {
"url": "https://aipocketagent.com/api/mcp",
"transport": "streamable-http"
}
}
}