Skip to main content
Glama
prismeai

Prisme.ai MCP Plugin

Official
by prismeai

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

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-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):

  1. Create a token in the studio of the target environment: https://<studio-domain>/settings/tokens (e.g. https://sandbox.prisme.ai/settings/tokens).

  2. Run the set-token command 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.

  3. Re-run your request — the server picks up the new token automatically (no restart). Run set-token again 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

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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