wiswa-mcp
FastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.
Installation
pipx install wiswa-mcpUsage
wiswa-mcpThe 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-mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"wiswa-mcp": {
"command": "wiswa-mcp"
}
}
}