← All tools

Tatsh/wiswa-mcp

AI Agent
Popularity 65 Updated AI & Agents

FastMCP server exposing Wiswa settings discovery for AI assistants.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

wiswa-mcp

FastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.

Installation

pipx install wiswa-mcp

Usage

wiswa-mcp

The server publishes the following MCP tools:

  • getdefaults — return resolved default settings, optionally narrowed to a dot-separated key

path.

  • lookupsetting — return a single setting's default value plus a ready-to-paste

.wiswa.jsonnet override snippet.

  • listsettings — enumerate the keys available at a given path and depth.
  • searchsettings — substring search across fully-qualified setting key paths.

Claude Code

claude mcp add wiswa-mcp -- wiswa-mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "wiswa-mcp": {
      "command": "wiswa-mcp"
    }
  }
}

GitHub Copilot CLI