spyder-ai-assistant

costantinoai/spyder-ai-assistant
★ 8 stars Python AI/LLM Updated 2d ago ✓ Clean
Local-first AI assistant for Spyder IDE: chat panel, Copilot-style inline completions, and live kernel/variable inspection via Ollama or OpenAI-compatible endpoints. Also exposes Spyder as an MCP server for Claude Code, Codex, and OpenCode.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spyder-ai-assistant": {
      "command": "uvx",
      "args": [
        "spyder-ai-assistant"
      ]
    }
  }
}

Or install with pip: pip install spyder-ai-assistant

Topics

ai-assistantai-chatclaude-codecode-completioncopilotfill-in-the-middleipythonllmlocal-llmmcpmodel-context-protocolollamaopenai-compatiblepyqt5python