@ikenga/mcp-iyke
Related Servers
Alternatives to @ikenga/mcp-iyke
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceExposes a running Igor Pro instance to MCP clients, enabling command execution, wave data reading, compilation management, and launching/relaunching Igor Pro.2-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that drives a running FreeCAD session, exposing document management, modeling, inspection, snapshot, and optional workbench operations to MCP clients over stdio or authenticated remote HTTP.1-
- AlicenseNot gradedqualityCmaintenanceMCP server for interacting with the Phiacta knowledge platform.11 npmGPL 3.0
- AlicenseNot gradedqualityCmaintenanceA local MCP server that enables MCP-compatible AI clients to inspect and control the currently open scene in a running Autodesk VRED Professional 2027 instance via a secure bridge, supporting read-only inspection and gated mutations like selection, visibility, transforms, and screenshots.MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that exposes KiCad PCB design automation tools to AI assistants and other MCP clients.-
- AlicenseBqualityCmaintenanceMCP server exposing KiCad PCB Editor functionality via IPC API.41MIT
TDQS
Scored across 67 tools
Most tools are cleanly separated by domain prefix (todo_, timer_, secret_, kv_, lock_, project_, scratchpad_) and their descriptions pin down exact resources and actions. A few are potentially confusable (iyke_go vs iyke_open, iyke_todo_complete vs iyke_todo_update), but the descriptions draw clear boundaries.
The strong iyke_ prefix and snake_case domain grouping (todo_create, secret_get, lock_acquire) give a recognizable order, but many UI/interaction tools are bare verbs or nouns (iyke_go, iyke_mode, iyke_dom, iyke_wait, iyke_click, iyke_state). This mix of noun_verb and action-only names is readable but not a single consistent convention.
67 tools is far beyond the 50+ extreme threshold, and even though the Ikenga domain is broad, bundling UI automation, projects, sessions, packages, secrets, storage, and locks into one MCP surface creates a heavy selection problem. The count would be more manageable split into smaller domain-specific servers.
The suite covers full CRUD-style surfaces for KV, scratchpads, secrets, and locks, plus coherent UI automation (state/dom/click/type/wait) and project/session/todo management. Notable gaps exist—no todo delete, no package install, no direct session message/send, and no timer update—but most workflows can proceed or work around them.