Prisme.ai MCP Plugin
Provides Prisme.ai tools for workspaces, automations, apps, events, files, AI Knowledge, and documentation, plus DSUL validation, skills, Claude agents, and hooks.
README
Prisme.ai MCP Plugin
Prisme.ai MCP is distributed as a plugin for Claude Code and Codex. The plugin bundles the MCP server, Prisme.ai skills, Claude agents, documentation, and the DSUL linter in one repository. Install and use the plugin only.
What You Get
| Component | Description |
|---|---|
| MCP server | prisme-ai-builder tools for workspaces, automations, apps, events, files, AI Knowledge, and Prisme.ai documentation |
| DSUL validation | validate_automation, backed by the bundled linter |
| Skills | /prisme-ai:* skills for connector scaffolding, testing, documentation, fleet sync, A2UI, workspace pages, assistant workflows, and ticket validation |
| Claude agents | code-review and prisme-assistant for Claude Code |
Install From GitHub
Repository: prismeai/prismeai-mcp
Claude Code
In Claude Code:
/plugin marketplace add prismeai/prismeai-mcp
/plugin install prisme-ai@prismeai-mcp
Then reload plugins or restart the session if the tools are not visible immediately.
Codex
From a terminal:
codex plugin marketplace add prismeai/prismeai-mcp
codex plugin add prisme-ai@prismeai-mcp
The plugin source is ./plugin inside this repository. Both marketplaces point there, so the same GitHub repo installs cleanly in Claude Code and Codex.
Authenticate
Credentials are user-created API tokens, registered per environment. The recommended path keeps the token out of the chat (it is never sent to the LLM provider):
-
Create a token in the studio of the target environment:
https://<studio-domain>/settings/tokens(e.g. https://sandbox.prisme.ai/settings/tokens). -
Run the
set-tokencommand in your own terminal — the exact path + config dir are printed in the "no credentials" error:node "<plugin>/build/index.js" set-token sandbox --config-dir "<config-dir>"It prompts for the token with hidden input, probe-validates it against the API, then saves it to the plugin data dir (
credentials.json, mode 600). An invalid token saves nothing. -
Re-run your request — the server picks up the new token automatically (no restart). Run
set-tokenagain anytime to rotate.
When a tool call has no token (or hits a 401), the error message contains the exact command to run. You can instead let the agent register a pasted token via the set_token tool, but that token is sent to the LLM provider as part of the conversation — prefer the CLI.
First Use
After installation, run:
/prisme-ai:guide
The guide lists every bundled skill and includes the Prisme.ai environment rules, workspace parameter rules, event-search patterns, and recommended workflow.
For environment or token setup help, run:
/prisme-ai:setup
Typical requests:
List automations in ai-knowledge on sandbox
Trace this correlationId in sandbox: <id>
/prisme-ai:app-mcp-implement Salesforce connector
Updating
Pull plugin updates from the marketplace:
Claude Code
/plugin marketplace update prismeai-mcp
Codex
codex plugin marketplace upgrade prismeai-mcp
Release tags rebuild and commit the self-contained bundle at plugin/build/index.js.
Runtime Model
The plugin starts the committed bundle:
plugin/build/index.js
Runtime requirements:
- Node.js, provided by the host environment
- No
npm install - No local build
- No Playwright
- No browser token capture
Maintainer Development
Only plugin maintainers need source-based local setup. Use Development to run an MCP client against this repository checkout and rebuild the committed runtime artifact.
Plugin Layout
| Path | Purpose |
|---|---|
.claude-plugin/marketplace.json |
Claude marketplace entry, pointing to ./plugin |
.agents/plugins/marketplace.json |
Codex marketplace entry, pointing to ./plugin |
plugin/.claude-plugin/plugin.json |
Claude plugin manifest |
plugin/.codex-plugin/plugin.json |
Codex plugin manifest |
plugin/.mcp.json |
Claude MCP server definition |
plugin/.codex-plugin/mcp.json |
Codex MCP server definition |
plugin/build/index.js |
Self-contained MCP server bundle |
plugin/skills/ |
Bundled Prisme.ai skills |
plugin/agents/ |
Claude Code agents |
plugin/llmDoc/ |
Prisme.ai documentation exposed to tools |
Reference Docs
| Guide | Description |
|---|---|
| Quick Start | Plugin install and first token setup |
| Manual Setup | Configure non-plugin MCP clients against the committed plugin bundle |
| Tools Reference | MCP tools exposed by the plugin |
| Environments | Plugin environment and token persistence |
| Development | Local repository setup for maintainers and release flow |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.