mcpbeat Sign in

Intencion MCP Server

by intencion Your server? Claim it
local only

Intencion runs on your own machine — the client starts it, so there is no endpoint to ping.

Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 4 · -3% w/w
a month agotoday
Installs / week
npm · @intencion/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @intencion/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@intencion/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@intencion/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@intencion/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@intencion/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INTENCION_API_KEY (Your Intencion read key (starts with in_pk_).), INTENCION_BASE_URL (Intencion API base URL. Defaults to https://intencion.io; override for a self-hosted instance.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Intencion

same job, measured the same way
Yetty
by yetty

Build, edit and run real hosted websites from your AI - content, SEO, menus, store, rollback.

10 tools answering
Pipehero
by pipehero

Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.

7 tools answering
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
Reprise
by reprise

Un-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent.

3 tools answering
SingChat
by singchat

Free live chat and AI support agent. Auto-create a workspace and embed from your AI editor.

17 tools answering
Vivere
by vivere

Know when cron jobs and AI agents stop running: create monitors and check in from your agent.

7 tools answering
Campaignstack
by campaignstack

Run B2B outreach from your AI agent: 250+ tools for campaigns, leads, LinkedIn and email workflows.

answering
focxle — what your AI agents cost
by focxle

Ask what your AI agents cost. Per agent, across every vendor, from your editor.

135 installs/wk local only

Intencion — questions

Answers built from our own checks of this server.

Why is there no uptime for Intencion?
Intencion runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @intencion/mcp.
Is Intencion still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Intencion?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @intencion/mcp straight from npm; nothing to host, nothing to sign up for.