Skip to main content
Glama
cwhited26

@pocket-agent/mcp-server

by cwhited26

@pocket-agent/mcp-server

MCP server for Pocket Agent, the AI Agent Workspace for owner-led businesses. Read-only, no auth, no API key. Four tools:

Tool

What it returns

describe_pocket_agent

What Pocket Agent 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 first.

list_public_personas

The public persona template registry: slug, name, role, description, sample question, default apps.

get_persona

One template's full 12-section spec by slug, with the fields an owner customizes when cloning it.

list_public_apps

The full shipped Apps catalog: id, label, description, slash command, URL.

Two ways to connect. The hosted endpoint at https://aipocketagent.com/api/mcp needs no install at all. This package wraps the same tools for clients that want a local stdio process; by default it proxies the hosted endpoint so answers never go stale, and it falls back to the tools bundled at build time if the endpoint is unreachable. --local skips the proxy entirely.

Install in Cursor

Install MCP Server

Or add it to .cursor/mcp.json yourself:

{
  "mcpServers": {
    "pocket-agent": {
      "url": "https://aipocketagent.com/api/mcp"
    }
  }
}

Related MCP server: @aiiq/mcp

Claude Code

claude mcp add --transport http pocket-agent https://aipocketagent.com/api/mcp

Or run the package locally over stdio:

claude mcp add pocket-agent -- npx -y @pocket-agent/mcp-server

Claude Desktop

Settings → Connectors → Add custom connector, with URL https://aipocketagent.com/api/mcp.

Or via claude_desktop_config.json:

{
  "mcpServers": {
    "pocket-agent": {
      "command": "npx",
      "args": ["-y", "@pocket-agent/mcp-server"]
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "pocket-agent": {
      "serverUrl": "https://aipocketagent.com/api/mcp"
    }
  }
}

Cline

Cline can install this server from its MCP marketplace (it reads llms-install.md), or add it to cline_mcp_settings.json:

{
  "mcpServers": {
    "pocket-agent": {
      "command": "npx",
      "args": ["-y", "@pocket-agent/mcp-server"]
    }
  }
}

CLI

npx @pocket-agent/mcp-server            # stdio transport (what MCP clients spawn)
npx @pocket-agent/mcp-server --http     # Streamable HTTP server on port 3333
npx @pocket-agent/mcp-server --local    # serve the bundled tools, no proxy
npx @pocket-agent/mcp-server --help

--endpoint <url> points the proxy somewhere else. --port <n> changes the HTTP port.

Where the code lives

The tool implementations are the same ones deployed at https://aipocketagent.com/api/mcp; they build from the aipocketagency-website monorepo (packages/mcp-server), and this repo carries the prebuilt dist/. Machine-readable product summary: aipocketagent.com/llms.txt.

MIT © Chase Whited

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Provides MCP-compatible AI agents with read access to a LifeOS knowledge base, exposing identity, preferences, projects, wiki, skills, and rules via tools and resources.
    Last updated
    17
  • A
    license
    A
    quality
    B
    maintenance
    Enables querying AI model IQ, rankings, benchmarks, and methodology from any MCP client. Read-only access to the public AI IQ API with no API key required.
    Last updated
    7
    228
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Public read-only MCP server for turva.dev's agent-readiness audit, enabling AI agents to query service catalog, security evidence, and engagement principles via structured JSON.
    Last updated
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.

  • Read-only discovery for exact-commit Agent Skill validation, x402 payment, and signed receipts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cwhited26/pocket-agent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server