Back to Home
rokstrnisa icon

ai-calls-editor

Verified Safe

by rokstrnisa

Overview

Facilitates AI-powered code refactoring within a VS Code environment by exposing an MCP server to AI assistants.

Installation

Run Command
No command provided

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassLow
Avg Tokens200
Stars2
Forks0
Last Update2025-11-20

Tags

AI-AssistantVSCodeRefactoringDeveloper-ToolModel-Context-Protocol