LogoSTMCP
Download
code-assistant

Code Assistant

Code Assistant is a Rust-based AI coding assistant with CLI and GUI interfaces for autonomous code analysis and modification, featuring multi-modal tool execution, real-time streaming, and session-based project management.

Tools

1. code-assistant

An MCP server providing autonomous code analysis and modification tools for integration with MCP clients like Claude Desktop.

Open Graph image for Code Assistant

JSON Config

{
  "mcpServers": {
    "code-assistant": {
      "command": "/path/to/code-assistant/target/release/code-assistant",
      "args": ["server"],
      "env": {
        "PERPLEXITY_API_KEY": "pplx-...",
        "SHELL": "/bin/zsh"
      }
    }
  }
}

Useful Links

Information

  • Author@stippi
  • Published date2025/09/16