Back to MCP Servers
Wode
MSSQL database integration with schema inspection and query capabilities
databases
By wenerme
Installation
npx -y wodeConfiguration
{
"mcpServers": {
"wode": {
"command": "npx",
"args": ["-y", "wode"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes