Server data from the Official MCP Registry
MCP server that exposes SymPy's symbolic mathematics functionality
MCP server that exposes SymPy's symbolic mathematics functionality
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-sympy": {
"args": [
"mcp-sympy"
],
"command": "uvx"
}
}
}This is a well-implemented MCP server for symbolic mathematics using SymPy. The code demonstrates good practices with proper tool definitions, comprehensive test coverage, and no authentication requirements (appropriate for a mathematical computation tool). Minor code quality concerns include broad exception handling patterns, but these don't significantly impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 7 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!