ai-calls-editor
Verified Safeby rokstrnisa
Overview
Facilitates AI-powered code refactoring within a VS Code environment by exposing an MCP server to AI assistants.
Installation
No command providedEnvironment Variables
- MCP_PORT
Security Notes
The server runs on localhost by default, limiting external network exposure. Input to the 'rename_symbol' tool is validated using Zod schemas. The 'resolveToWorkspace' function prevents directory traversal, and the core rename functionality delegates to VS Code's built-in LSP-backed command ('vscode.executeDocumentRenameProvider'), which operates within a controlled IDE environment rather than executing arbitrary shell commands. No 'eval' or hardcoded secrets were found.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.