{
  "markdown": "# Jueban · Buddhist Companion\n\nCross-platform connection package for Jueban's production, anonymous, read-only Buddhist scripture MCP server.\n\n- MCP endpoint: `https://jueban.online/mcp`\n- Connector package version: `1.0.2`\n- Production MCP server version: `1.0.0`\n- Authentication: none\n- Account access: none\n- Payment: none\n- Tools: 4\n\n## Capabilities\n\n1. `search_buddhist_canon` — search traceable Buddhist scripture and sources.\n2. `explain_buddhist_passage` — verify a passage, then keep scripture and explanation separate.\n3. `find_passages_for_situation` — find source-backed passages relevant to a life situation.\n4. `get_daily_practice` — create a one-time read, listen, or view practice.\n\nJueban V1.0 does not expose meditation, chanting, scripture-copying, account history, payments, or saved progress as MCP tools.\n\n## Install\n\n### Claude\n\nUse the direct custom-connector link in [`claude/custom-connector-link.txt`](claude/custom-connector-link.txt), or configure Claude Code:\n\n```bash\nclaude mcp add --transport http --scope user jueban https://jueban.online/mcp\n```\n\nThis repository is also a Claude Code plugin. Its manifest is in\n[`.claude-plugin/plugin.json`](.claude-plugin/plugin.json).\n\nAdd the official AssetGrid LLC marketplace and install the plugin:\n\n```bash\nclaude plugin marketplace add assetgrid-llc/jueban-buddhist-companion\nclaude plugin install jueban-buddhist-companion@assetgrid-llc\n```\n\n### Cursor and compatible Agent Plugin clients\n\nThe portable Agent Plugin manifests are [`plugin.json`](plugin.json) and\n[`mcp.json`](mcp.json). They connect directly to the same anonymous,\nread-only production MCP endpoint.\n\n[Add Jueban MCP to Cursor](https://cursor.com/link/mcp/install?name=jueban&config=eyJ1cmwiOiJodHRwczovL2p1ZWJhbi5vbmxpbmUvbWNwIn0%3D)\n\n### VS Code and GitHub Copilot CLI\n\nAdd the remote server to VS Code:\n\n```bash\ncode --add-mcp '{\"name\":\"jueban\",\"type\":\"http\",\"url\":\"https://jueban.online/mcp\"}'\n```\n\nAdd it to GitHub Copilot CLI:\n\n```bash\ncopilot mcp add --transport http jueban https://jueban.online/mcp\n```\n\nGitHub Copilot CLI can also read this repository's root [`.mcp.json`](.mcp.json).\n\n### Cline\n\nAdd the production server with the Cline CLI:\n\n```bash\ncline mcp install jueban --transport http https://jueban.online/mcp --yes\n```\n\nThe public Cline Marketplace submission is tracked in\n[`cline/marketplace#54`](https://github.com/cline/marketplace/pull/54).\n\n### Docker MCP Toolkit\n\nThe remote-server catalog submission is tracked in\n[`docker/mcp-registry#4750`](https://github.com/docker/mcp-registry/pull/4750).\n\n### Gemini CLI\n\nInstall this repository as a Gemini CLI extension:\n\n```bash\ngemini extensions install https://github.com/assetgrid-llc/jueban-buddhist-companion\n```\n\nFor a direct local connection:\n\n```bash\ngemini mcp add -s user -t http --description \"Jueban Buddhist Companion: anonymous read-only source-backed Buddhist canon tools\" jueban https://jueban.online/mcp\n```\n\n### Qwen Code\n\nInstall this repository as a Qwen Code extension:\n\n```bash\nqwen extensions install assetgrid-llc/jueban-buddhist-companion\n```\n\nFor a direct local connection:\n\n```bash\nqwen mcp add --scope user --transport http --description \"Jueban Buddhist Companion: anonymous read-only source-backed Buddhist canon tools\" jueban https://jueban.online/mcp\n```\n\n### DeepSeek Harness\n\nRun the official Harness with the supplied profile patch:\n\n```bash\nnpx @deepseek-ai/dsh web --patch deepseek/jueban.cordis.patch.yml\n```\n\nThis is a DeepSeek developer-harness integration. DeepSeek's consumer chat product does not currently expose an equivalent public custom-MCP marketplace flow.\n\n### Grok\n\nFor Grok chat, go to `https://grok.com/connectors`, choose **New Connector → Custom**, and enter:\n\n```text\nhttps://jueban.online/mcp\n```\n\nFor Grok Build, install this repository as a plugin after it has been published to a public Git repository. The plugin's MCP configuration is in [`.mcp.json`](.mcp.json).\n\n```bash\ngrok plugin install assetgrid-llc/jueban-buddhist-companion@v1.0.2 --trust\n```\n\n### MCP Registry\n\nThe official Registry metadata is in [`server.json`](server.json), under the\nserver name `io.github.assetgrid-llc/jueban-buddhist-companion`.\n\n## License and scope\n\nThe connector packaging in this repository is licensed under the [Apache\nLicense 2.0](LICENSE). See [NOTICE](NOTICE) for attribution and scope details.\n\nThe license covers only the files distributed in this connector repository,\nincluding platform manifests, MCP configuration, integration documentation,\ninstallation helpers, and the bundled integration skill. It does not license\nJueban's product source code, Buddhist scripture corpus or databases,\neditorial or media content, server-side implementation, trademarks, logos, or\nother brand assets except as required for reasonable attribution.\n\n## Safety and privacy\n\n- Source-backed scripture text must remain visibly distinct from modern explanation.\n- No result should be presented as medical, mental-health, legal, or emergency advice.\n- The tools are anonymous and read-only. They do not read or update a Jueban account, private history, saved items, subscription, payment state, or practice records.\n- Privacy policy: https://jueban.online/privacy/\n- Terms: https://jueban.online/terms/\n- Security reports: [`SECURITY.md`](SECURITY.md)\n\n## Verification\n\nRun:\n\n```bash\n./scripts/validate-package.sh\n```\n\nThe validation checks package structure and calls the live production MCP `initialize` and `tools/list` methods. It expects exactly the four V1.0 tools listed above.\n\n## Distribution status\n\n- Official public repository: https://github.com/assetgrid-llc/jueban-buddhist-companion\n- Stable release: https://github.com/assetgrid-llc/jueban-buddhist-companion/releases/tag/v1.0.2\n- Official MCP Registry: `io.github.assetgrid-llc/jueban-buddhist-companion` / `1.0.2`\n- Cline Marketplace review: https://github.com/cline/marketplace/pull/54\n- Docker MCP Catalog review: https://github.com/docker/mcp-registry/pull/4750\n- xAI Plugin Marketplace review: https://github.com/xai-org/plugin-marketplace/pull/312\n- The connector package is publicly viewable, installable, and licensed under Apache License 2.0 within the scope stated above.\n- The source repository is owned by the official AssetGrid LLC GitHub organization.\n",
  "bytes": 6293,
  "sha": "9fd30312e617dfdd52d824805a8ed27d39bd63b2cd3a940d7a7bf83f58134e6e",
  "repo_slug": "assetgrid-llc/jueban-buddhist-companion",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_assetgrid_llc_jueban_buddhist__e37f8f9b/readme"
}