wiswa-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wiswa-mcpfind settings related to color"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wiswa-mcp
FastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.
Installation
pipx install wiswa-mcpRelated MCP server: repo-memory-mcp
Usage
wiswa-mcpThe 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-mcpCursor
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"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tatsh/wiswa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server