Misakanet MCP Server

一行命令(需要 Node,Claude Code / Codex 本身就依赖它):. It runs locally over stdio via the published package.

People who work with failure memory, cloudflare workers and documentation and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 493 · #20 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Misakanet

before you install - you'll need

Set HTTPS_PROXY, HTTP_PROXY before connecting.

Claude Code

claude mcp add ikalus1988-misakanet -- uvx misakanet

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ikalus1988-misakanet": {
      "command": "uvx",
      "args": [
        "misakanet"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package misakanet - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Ikalus1988 is GitHub-verified and matches the repo owner

03 · What Misakanet can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.30.2 · 2026-09-15

the bundle row points at the public endpoint, so an npm install gets live tools · --- · 装上它只要一行(含"不会用命令行"的情况) · 已经在用 Claude Code 或 Codex: · bash · npx @misaka-net/misakanet-setup · 装完把这个助手窗口关掉再打开一次,然后随便问一句带报错的(例如「pip…

v2.30.1 · 2026-09-15

correct shields.io endpoint badge URL for Smithery badge · roleplay vocative vs mention entity disambiguation lesson (#1630) · character creator repetition loop lesson (#1477) · Windows voice hook verification · add…

v2.30.0 · 2026-09-12

stop naming the protected @deepseek-ai component in the bundle patch · release 2.30.0

04 · Who maintains Misakanet

misakanet is maintained by ikalus1988. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
documentation - ranked #20 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.Ikalus1988/misakanet (active, first published 2026-07-22 · 3 versions)
packages
pypi:misakanet

06 · Misakanet FAQ

What is Misakanet?

一行命令(需要 Node,Claude Code / Codex 本身就依赖它):. It runs locally over stdio via the published package.

Is Misakanet still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Misakanet?

Run `uvx misakanet`. The README documents 2 environment variables (HTTPS_PROXY, HTTP_PROXY) to set first. Set HTTPS_PROXY, HTTP_PROXY before connecting. You can also paste the ready-made client config above.

Does Misakanet run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Misakanet