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
Installation
npx -y stippi/code-assistantConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub