mousecat

mousecat

An MCP server for AI coding hosts that provides structured operator interaction, workflow chains, live multi-agent visualization, and routed access to an AI tool ecosystem.

Category
Visit Server

README

Document Mousecat README
Version 0.1.0
Timestamp 2026-06-26 09:57 UTC / 02:57 PDT
Status ACTIVE - participant entry point.

Mousecat

Mousecat is one MCP server for AI coding hosts that need structured operator interaction, governed workflow chains, live multi-agent visualization, and routed access to an AI tool ecosystem. Hosts see one tool namespace. Mousecat owns routing, skill-framework buttons, work permits, policy, credential references, connector status, and live status.

Mousecat is MPL-2.0, GZDS-governed open-source bridge code. It does not ship private Neo tools. A local ignored config can point Mousecat at a private Neo MCP server, then Mousecat discovers tools dynamically and forwards permitted calls at runtime.

Quick Start

npm test
node src/cli.mjs status
node src/cli.mjs connectors
node src/cli.mjs buttons
node src/cli.mjs mcp

For MCP hosts, start:

node src/cli.mjs mcp

PR Readiness

Mousecat is AI-native and GZDS-governed. Contributions are expected to satisfy the public readiness surface before review.

npm run pr:ready

That command runs tests, GitHub classifier tests, runtime smokes against .github/mousecat.ci.config.json, governance floor, governance ceiling, doc currency, and strict hygiene. GitHub Actions runs the required ci-verify gate on push to main and on pull requests, then runs npm audit --audit-level=high. Pull requests also run chronology and PR-shape classifier gates, and CI uploads structured PR classification observations for review.

CodeQL, dependency maintenance, secret scanning, Node 20 compatibility, package dry runs, and read-only PR outcome observation are separate public governance/security surfaces. Protected checks are ci-verify, node-20-compat, dependency-scan, secret-scan, and codeql.

The server exposes:

Tool Purpose
mousecat.ask Create structured operator interaction sessions with atomic items and button payloads.
mousecat.session Start, snapshot, and reconstruct session dockets.
mousecat.queue Manage Mass-Assault style decision queues, held items, and long-chain lineage.
mousecat.visualize Return a live visualizer snapshot/event graph for IDE/app widgets.
mousecat.route Resolve upstream route plans and availability.
mousecat.bridge Read and summarize public upstream bridge contracts.
mousecat.invoke Permit-gated upstream invocation and external MCP forwarding boundary.
mousecat.status Report configured upstreams, permits, and runtime state.
mousecat.credentials Register and inspect credential references without storing secret values.

First Surfaces

Mousecat ships with source-owned skill atoms for Crucible, Mass-Assault, and Total Recall. These atoms render as buttons that hosts can place in JetBrains widgets, Claude Code or Codex panels, Cursor surfaces, and CLI views. The same registry also defines skill frameworks, work-permit profiles, upstream descriptors, tool boundaries, interaction shapes, and visualizer-safe event streams.

Private Neo Connector

Copy mousecat.config.example.json to ignored mousecat.config.json, enable connectors.neo, and point it at the local private Neo MCP server command. The checked-in example is disabled and uses placeholder paths. Use node src/cli.mjs --config <path> <command> to run a command against a specific public or local config.

node src/cli.mjs connectors
node src/cli.mjs tools neo
node src/cli.mjs resources neo
node src/cli.mjs bridge neo
node src/cli.mjs invoke neo <neo-tool-name> profileId=tool-invocation example=payload

Dynamic discovery comes from the configured MCP server's tools/list and resources/list responses. mousecat.bridge reads the public mousecat_bridge_contract_v1 resource and returns a sanitized summary with public routes, boundary classes, stale-runtime policy, and withheld-surface labels. Do not commit generated discovery output, local paths, credentials, or private tool schemas.

Source Policy

Mousecat core source is licensed under MPL-2.0. The file-level copyleft posture keeps modifications to Mousecat source files open when distributed while allowing proprietary hosts, plugins, adapters, and local/private upstreams to integrate through public contracts. Runtime transcripts, private host state, credential values, Z-Library session state, upstream caches, and generated local artifacts stay out of Git.

Read First

Read CORE.md, ARCHITECTURE.md, GOVERNANCE.md, ROADMAP.md, SESSION_STATE.md, and AGENTS.md before changing public tool names, connector semantics, permit semantics, credential policy, or skill-framework records.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured