Headless Code Editor MCP Server
@oakenai
Headless Code Editor MCP Server について
Headless Editor MCP Server for intelligent code editing
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"headless-editor-mcp": {
"command": "node",
"args": [
"build/index.js",
"/path/to/workspace"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Headless Code Editor MCP Server?
A robust, language-agnostic headless code editor that integrates the Language Server Protocol (LSP) for code intelligence and the Model Context Protocol (MCP) for AI-assisted code manipulation. It targets developers needing secure, session-based code editing with AI integration.
How to use Headless Code Editor MCP Server?
Install dependencies with npm install, build with npm run build, and start the server by passing allowed directories, e.g., node build/index.js /path/to/workspace. Use MCP tools such as start_session, edit_code, validate_code, and close_session to manage editing sessions.
Key features of Headless Code Editor MCP Server
- LSP integration for language intelligence
- Secure file system operations with strict access controls
- Session-based editing with state management
- TypeScript/JavaScript language support with in-depth analysis
- React component detection and manipulation
- Format-preserving edit operations
- Comprehensive logging and error tracking
Use cases of Headless Code Editor MCP Server
- AI-assisted code editing and refactoring within sandboxed directories
- Automated code validation using LSP and MCP tools
- TypeScript/JavaScript code analysis and manipulation
- React component detection and manipulation
FAQ from Headless Code Editor MCP Server
What languages are supported?
Currently TypeScript and JavaScript are supported. Incomplete tasks indicate plans for Python, Java, and other languages.
What are the runtime requirements?
The server requires Node.js and npm. It runs as a stdio-based MCP server.
Where does data and state reside?
All file system operations are strictly confined to allowed directories specified at startup. Sessions and state are managed in memory.
What transport protocol does it use?
The server uses the stdio transport for MCP communication, as shown in the example integration.
What are the known limitations?
The server is in alpha stage (v0.0.10) with basic support only for TypeScript/JavaScript and React component analysis. Many features are listed as incomplete.
「開発者ツール」の他のコンテンツ
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
コメント