This is different from the hosted docs MCP server at
https://learn.social.plus/mcp (overview). That one is remote (SSE) and only reads documentation. The Vise MCP server runs locally and exposes Vise’s validation and planning tools against the repository you’re working in. You can use both at once.Prerequisites
Install Vise so thevise command is on your PATH:
npx and args ["-y", "-p", "@amityco/social-plus-vise", "vise", "mcp"].
Configure your host
- Claude Code
- Cursor
- VS Code
- Codex
Add a project-scoped
.mcp.json in your repository root:social-plus-vise appears as an available MCP server.
What it exposes
The Vise MCP tools mirror the CLI commands, named in snake_case. The ones you’ll use most:check_compliance keeps its established compliance fields and exit code; customerOperations is additive and read-only. It does not run sensors, write files, gate on advisory findings, or infer human approval.
Signing trust envelopes, accepting an organization policy source, and installing Managed Placements are intentionally CLI-only. An MCP host can verify an envelope or assess policy, but Vise does not expose private-key signing or controlled policy acceptance through MCP.
Skill or MCP?
The skill and the MCP server are complementary:- The skill teaches the agent when to inspect, plan, fetch docs, validate, and attest.
- The MCP server exposes the tools the agent calls to do it.
vise CLI directly.
Related
Vise overview
Install Vise and run your first integration.
How Vise works
The governed loop and how to read a check result.
CLI reference
The full command set behind these tools.
Docs MCP server
Connect an AI tool to the hosted documentation MCP server.