Misakanet MCP Server

MisakaNet is optimized for AI agents: ✅ MCP Server - 6 tools for search, lessons, intake ✅ Smithery Deployed - One-click install for AI agents ✅ robots.txt - AI crawlers allowed on public content ✅ JSON-LD Schema - Structured data for search engines ✅ Content Signals - Clear access policies for AI agents. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 426 · #17 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

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.21.0 · 2026-08-24

2.21.0 (2026-08-24) · set up mkdocs-material documentation site (420ff0f), closes #1179 · add archiving system for review/reject decisions · add auto-review pipeline for intake issues · archive 20 intake issues…

v2.20.1 · 2026-08-23

2.20.1 (2026-08-23) · replace bare backticks in tests to pass shape guard

v2.20.0 · 2026-08-23

2.20.0 (2026-08-23) · add auto-search MisakaNet lessons on CI failure · add gap cluster script for zero-result analysis · add auto-search hook for command failure · fix shell escaping issues in ci-lesson-search…

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
database - ranked #17 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.Ikalus1988/misakanet (active, first published 2026-07-22)
packages
pypi:misakanet

06 · Misakanet FAQ

What is Misakanet?

MisakaNet is optimized for AI agents: ✅ MCP Server - 6 tools for search, lessons, intake ✅ Smithery Deployed - One-click install for AI agents ✅ robots.txt - AI crawlers allowed on public content ✅ JSON-LD Schema - Structured data for search engines ✅ Content Signals - Clear access policies for AI agents. It runs locally over stdio via the published package.

Is Misakanet still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 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