{
  "markdown": "# PandaNpc MCP Server\n\nPandaNpc MCP Server — expose PandaNote, workspaces, AI models, scheduled tasks, and Agent connection management to Codex, Claude Code, Cursor, Windsurf, and other MCP clients.\n\nHomepage: https://pandanpc.com · npm: [`@pandanpc/mcp-server`](https://www.npmjs.com/package/@pandanpc/mcp-server)\n\n## Installation\n\n```bash\nnpm install -g @pandanpc/mcp-server\n```\n\nThe `postinstall` script downloads the matching prebuilt binary for your platform (Linux x64, macOS x64/arm64, Windows x64).\n\n## Claude Code\n\n```bash\nclaude mcp add pandanpc -- pandanpc-mcp\n```\n\nOr in config JSON:\n\n```json\n{\n  \"mcpServers\": {\n    \"pandanpc\": { \"command\": \"pandanpc-mcp\" }\n  }\n}\n```\n\n## Codex\n\n`~/.codex/config.toml`:\n\n```toml\n[mcp_servers.pandanpc]\ncommand = \"pandanpc-mcp\"\n```\n\n## Cursor / Windsurf\n\nAdd an MCP server with command `pandanpc-mcp` (stdio). HTTP/SSE mode: `pandanpc-mcp --http --port 3100`.\n\n## Available tools\n\n- `note_login` — log in to your PandaNpc account\n- Workspaces: `list_workspaces` / `create_workspace` / `update_workspace` / `delete_workspace`\n- Notes: `list_notes` / `create_note` / `read_note` / `update_note` / `delete_note` / `search_notes` (full-text + semantic) / `generate_note_title`\n- AI models & providers: `list_models` / `create_model` / `list_providers` / `create_provider` / …\n- Agent connections: `list_agent_connections` / `create_agent_connection` — manage Claude Code / Codex / PandaCode remote connections\n- Scheduled tasks: `list_scheduled_tasks` / `create_scheduled_task` / `toggle_scheduled_task` / …\n- `sync_rules` — sync `.claude/rules/` and `.claude/skills/` Markdown to PandaNote\n\nCall `note_login` first to authenticate.\n\n## About\n\nThis repository hosts documentation and issue tracking for the PandaNpc MCP server. The server ships as prebuilt binaries via the npm installer above (installer is MIT-licensed; the binary is proprietary freeware). Learn more at [pandanpc.com](https://pandanpc.com).\n",
  "bytes": 1952,
  "sha": "4cfbdb94f642b37a0ed92059f721a26f41767e9b1d9b065a65234145c94cc189",
  "repo_slug": "pandanpc-inc/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_pandanpc_mcp_server_3be5f5f2/readme"
}