coding agents

Code Assistant

Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.

local
rust
coding agents
0
View on GitHub

Installation

npx -y stippi/code-assistant

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "code-assistant",
  "command": "npx",
  "args": [
    "-y",
    "stippi/code-assistant"
  ]
}

About This MCP Server

stippi/code-assistant

Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.

GitHub: https://github.com/stippi/code-assistant

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub