Skip to content

intelligogroup/claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Intelligo Claude Plugin

A Claude plugin marketplace that ships the Intelligo MCP server plus three Claude skills for natural-language access to Intelligo's GraphQL data layer.

What you get

Component Purpose
intelligo MCP server (remote) OAuth-protected MCP at https://intelligo-mcp.intelligo-254.workers.dev/mcp. Exposes getSchema + queryIntelligo tools.
query-intelligo skill Teaches Claude to compose minimal GraphQL queries against Intelligo.
get-schema skill Teaches Claude to discover types one at a time before querying.
onboarding skill First-time setup, OAuth + demo-password gate, troubleshooting.

Install (Claude Desktop / Cowork)

  1. Open Claude Desktop and switch to the Cowork tab.
  2. Click Customize in the left sidebar.
  3. Click + next to Personal pluginsCreate pluginAdd marketplace.
  4. Enter intelligogroup/claude-plugin and click Sync.
  5. Open the synced marketplace, find the intelligo plugin, install it.
  6. The first time Claude calls a tool, an OAuth login page opens. Enter your email and the shared demo password (ask the Intelligo team).

Install (Claude Code CLI)

/plugin marketplace add intelligogroup/claude-plugin
/plugin install intelligo@intelligo
/reload-plugins

What it does NOT do

  • Does not connect to a real Intelligo production tenant — the GraphQL data is mocked (seeded fixtures inside the Worker).
  • Does not validate the demo password against any real auth system — it is a single shared gate.

Layout

.
├── .claude-plugin/
│   └── marketplace.json        # Marketplace catalog
├── plugins/
│   └── intelligo/
│       ├── plugin.json         # Plugin manifest
│       ├── .mcp.json           # Remote MCP server pointer
│       └── skills/
│           ├── query-intelligo/SKILL.md
│           ├── get-schema/SKILL.md
│           └── onboarding/SKILL.md
└── README.md

Updating

Bump the version field in both marketplace.json and plugins/intelligo/plugin.json, commit, push. Users get the new version on next /plugin marketplace update intelligo (or auto-update if enabled).

License

MIT (or whatever Intelligo Group decides — replace this line).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors