MCP Server
Maintained
MIT
io.github.daedalus/mcp-z3-prover MCP Server
io.github.daedalus/mcp-z3-prover
What is the io.github.daedalus/mcp-z3-prover MCP server?
MCP server exposing Z3 solver API
How to install io.github.daedalus/mcp-z3-prover
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-z3-prover": {
"command": "uvx",
"args": [
"mcp-z3-prover"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-z3-prover": {
"command": "uvx",
"args": [
"mcp-z3-prover"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-z3-prover": {
"command": "uvx",
"args": [
"mcp-z3-prover"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-z3-prover": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-z3-prover"
]
}
}
}Claude Code
claude mcp add mcp-z3-prover -- uvx mcp-z3-proverRelated MCP servers
io.github.daedalus/mcp-delonghi-ecam
Maintained
MCP server for DeLonghi ECAM espresso coffee machines via local network
1
View repository →Python
MIT
io.github.daedalus/mcp-parigp
Maintained
MCP server exposing cypari2 (PARI/GP) number theory library
1
View repository →Python
MIT
A sandboxed MCP tool for reverse engineering with multiple tool integrations
1
View repository →Python
MIT
io.github.daedalus/mcp-server-find
Maintained
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
1
View repository →Python
MIT
io.github.daedalus/mcp-shodan
Maintained
MCP server exposing all Shodan API functionality
1
View repository →Python
MIT