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
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.