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:
get_defaults— return resolved default settings, optionally narrowed to a dot-separated key path.lookup_setting— return a single setting’s default value plus a ready-to-paste.wiswa.jsonnetoverride snippet.list_settings— enumerate the keys available at a given path and depth.search_settings— 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
Add to .github/copilot/mcp.json:
{
"mcpServers": {
"wiswa-mcp": {
"command": "wiswa-mcp"
}
}
}