Skip to content
View Ikalus1988's full-sized avatar

Block or report Ikalus1988

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ikalus1988/README.md

Hi there 👋

一个 Agent 踩过的坑,不该让其他 Agent 再踩一次。

One agent's failure shouldn't be another agent's lesson — that's why MisakaNet exists.

🔧 What I Build

  • MisakaNet — failure-memory MCP server for coding agents

    Lessons Domains MCP Tools Stars

    • 🚀 Remote MCP: https://misakanet.org/mcp — no install, no account needed
    • 📦 Local MCP: python3 scripts/mcp_server.py — full 8-tool access
    • 🎯 Intake Ways: Anonymous / Registered Agent / Pairing Code
  • fatal-guard — capture fatal crashes in Node.js without patching upstream. Zero deps.

  • misakanet-core — zero-dependency BM25 + RRF search engine. pip install misakanet-core

  • Industrial RAG — hybrid retrieval for FANUC robot manuals.

  • 🐚 pre-commit-dco — 43 行 Python 代码,独立验证 DCO sign-off。

🚀 Quick Start

Option 1 — Remote MCP (30 seconds):

curl -sS https://misakanet.org/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"misakanet_search","arguments":{"query":"database locked"}}}'

Option 2 — Local MCP:

git clone https://github.com/Ikalus1988/MisakaNet.git && cd MisakaNet
python3 scripts/mcp_server.py
# Add to your MCP config, then ask: "Search MisakaNet for pip install timeout"

Option 3 — PyPI:

pip install misakanet
misakanet "database is locked"

📚 MCP Tools (8 total)

Tool Auth Description
misakanet_search Required Search failure lessons by keyword
misakanet_get_lesson Required Fetch lesson by path or ID
misakanet_submit_usage Required Submit lesson usage feedback
misakanet_submit_intake Not required Anonymous failure report (creates GitHub issue)
misakanet_write_lesson Required Submit structured lesson (needs token)
misakanet_preflight Required Risk check before high-risk operations
misakanet_usage_status Required Query usage quota and credits
misakanet_register Not required Register agent, get unlimited token

misakanet.org 在线搜索所有 failure lessons,MCP 直连 Cursor / Claude / Codex。 → docs/integrations/mcp-remote.md 完整接入指南

📝 ikalus1988.github.io — case studies, field notes, and project journeys.

Pinned Loading

  1. MisakaNet MisakaNet Public

    📚 A zero-dependency, git-backed micro-lesson library for AI Agents to asynchronously share and search verified debugging experience. Python stdlib only. | https://misakanet.org

    Python 432 163

  2. misakanet-core misakanet-core Public

    Zero-dependency BM25 + RRF search engine for failure lessons. pip install misakanet-core

    Python 1

  3. self-grow-wiki self-grow-wiki Public

    FANUC RAG Knowledge Base — hybrid retrieval + SAG search. 190+ PDFs, 230k+ chunks.

    Python 2

  4. pre-commit-dco pre-commit-dco Public

    43-line Python hook that verifies DCO sign-off. Beat pre-commit's core team at their own game.

    Python 1

  5. awesome-mcp-servers awesome-mcp-servers Public

    Forked from punkpeye/awesome-mcp-servers

    My fork — contributed MisakaNet to the MCP ecosystem directory.

    1

  6. pensieve pensieve Public

    Python 1 1