mcpbeat Sign in

Instinct MCP Server

by yakuphanycl Your server? Claim it
local only

Instinct runs on your own machine — the client starts it, so there is no endpoint to ping. 6 installs a week from pypi.

Self-learning memory for AI coding agents with pattern detection and confidence scoring.

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

6
Installs / week
pypi · instinct-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 instinct -- uvx instinct-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "instinct": {
      "args": [
        "instinct-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.instinct]
command = "uvx"
args = ["instinct-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "instinct": {
      "args": [
        "instinct-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "instinct": {
      "args": [
        "instinct-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Instinct

same job, measured the same way
agentmem
by thezenmonster

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

97 installs/wk local only
MCP Memory Graph
by retrorobai

Authority-weighted memory graph for AI agents with conflict detection and semantic search.

60 installs/wk local only
Stompy – AI Memory for Claude & MCP Agents
by stompy

Persistent AI memory with semantic search, conflict detection, and ticketing.

answering
MindCore Memory MCP
by woshilaohei

AI long-term memory MCP server with importance scoring and confidence calibration

115 installs/wk local only
Whoisgenius
by basicscandal

Domain attribution and correlation for AI agents, with confidence and per-signal evidence.

2 tools answering
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
LastSearch
by lastsearch-hq

Evidence-backed web research for AI agents with citations and confidence scores.

279 installs/wk local only
Persis
by alright-alright

Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior.

answering

Instinct — questions

Answers built from our own checks of this server.

Why is there no uptime for Instinct?
Instinct 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 pypi package instinct-mcp was installed 6 times last week.
Is Instinct 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 Instinct?
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 instinct-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Instinct?
The pypi package instinct-mcp was installed 6 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.