Prisme.ai MCP Plugin
OfficialThe Prisme.ai MCP Plugin provides comprehensive tooling to manage and interact with the Prisme.ai platform:
Automations: Create, read, update, delete, list, execute, and validate automations for schema compliance and syntax.
Workspaces: Create, search, pull/push workspace files, manage versions, unlock locked workspaces, and sync with git repositories.
Apps: Search the app store, install/list/update/uninstall app instances, manage configurations, and publish workspaces as apps.
Files: Upload (from local path, URL, or data URI), list, get metadata, and delete files in workspace storage.
Events: Search and trace workspace events using Elasticsearch DSL queries for debugging and monitoring.
AI Knowledge (Legacy): Query projects with RAG, run LLM completions, and manage documents and projects (create, list, update, delete, reindex).
Documentation: Retrieve Prisme.ai documentation sections (automations, API reference, governance, etc.).
General API: Make authenticated calls to any Prisme.ai REST endpoint not covered by specific tools.
Token Management: Set/rotate API tokens per environment securely.
Feedback: Report bugs or issues about the MCP tools, update reports, and retrieve submitted feedback.
Allows implementing a Salesforce connector using Prisme.ai skills, enabling AI agents to scaffold, test, and document connectors for Salesforce.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Prisme.ai MCP PluginList automations in ai-knowledge on sandbox"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
|
DSUL validation |
|
Skills |
|
Claude agents |
|
Related MCP server: Ultimate-MCP-Server
Install From GitHub
Repository: prismeai/prismeai-mcp
Claude Code
In Claude Code:
/plugin marketplace add prismeai/prismeai-mcp
/plugin install prisme-ai@prismeai-mcpThen 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-mcpThe 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:guideThe 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:setupTypical requests:
List automations in ai-knowledge on sandboxTrace this correlationId in sandbox: <id>/prisme-ai:app-mcp-implement Salesforce connectorUpdating
Pull plugin updates from the marketplace:
Claude Code
/plugin marketplace update prismeai-mcpCodex
codex plugin marketplace upgrade prismeai-mcpRelease tags rebuild and commit the self-contained bundle at plugin/build/index.js.
Runtime Model
The plugin starts the committed bundle:
plugin/build/index.jsRuntime requirements:
Node.js, provided by the host environment
No
npm installNo 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 marketplace entry, pointing to |
| Codex marketplace entry, pointing to |
| Claude plugin manifest |
| Codex plugin manifest |
| Claude MCP server definition |
| Codex MCP server definition |
| Self-contained MCP server bundle |
| Bundled Prisme.ai skills |
| Claude Code agents |
| Prisme.ai documentation exposed to tools |
Reference Docs
Guide | Description |
Plugin install and first token setup | |
Configure non-plugin MCP clients against the committed plugin bundle | |
MCP tools exposed by the plugin | |
Plugin environment and token persistence | |
Local repository setup for maintainers and release flow |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/prismeai/prismeai-mcp-debug'
If you have feedback or need assistance with the MCP directory API, please join our Discord server