mcpbeat Sign in

Misakanet MCP Server

by ikalus1988 Your server? Claim it
local only

Misakanet runs on your own machine — the client starts it, so there is no endpoint to ping. 729 installs a week from pypi. Last commit 18 Sep 2026.

Failure-memory layer for coding agents: search evidence-rated failure lessons by error text.

Installs per day peak 578 · avg 80 · +114% w/w
a month agotoday
729
Installs / week
pypi · misakanet
493
Stars
49 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart tasks/lesson-cron-job-not-running.json:11
  "problem": "`crontab -e` 设置好后,作业从未执行。输出没有、日志没有、进程没有。",
      spawnSync(invocation.command, invocation.args, {
                fixture_path = os.path.join(fixture_dir, fixture_name)
…ential store\n\n```bash\n# 确认 credential.helper=store 还在\ngit config --global credential.helper store\n# 确认 .git-credentials 里有有效 token\ncat ~/.git-credentials\n# 格式: https://<username>:<token>@github.com\n```\n\n### 4. 验证\n\n```bash\ngit ls-remote ori…
Reads files and sends them to the network packages/misakanet-setup/bin/misakanet-setup.mjs:28
import { existsSync, mkdirSync, readFileSync, readdirSync, writeFileSync, copyFileSync, rmSync,
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-pypi.yml:31
      - name: Generate and Update CHANGELOG.md
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Misakanet

same job, measured the same way
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

41 installs/wk local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
Cogmem
by writerslogic

A self-improving, verifiable memory layer for AI coding agents.

47 installs/wk local only
Afterpaths
by burnssa

Session memory for AI coding agents. Search past sessions, extract rules, and track what works.

139 installs/wk local only
Knowledge MCP
by fulminate-io

Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.

local only
Volato Errors
by volato

Read-only production error evidence for coding agents investigating failures.

answering
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering

Misakanet — questions

Answers built from our own checks of this server.

Why is there no uptime for Misakanet?
Misakanet 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 misakanet was installed 729 times last week.
How do I connect Misakanet?
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 misakanet straight from pypi; nothing to host, nothing to sign up for.
How many people use Misakanet?
The pypi package misakanet was installed 729 times in the last week. Week over week that is +114%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Misakanet open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 493 stars on GitHub and 49 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.