{"slug":"drunnells/pulsar-edit-mcp-server","name":"Pulsar Edit MCP Server","description":"An experimental MCP server to control the Pulsar editor, enabling LLM assistance for software development.","category":"development","tags":[],"official":false,"stars":3,"transport":"http","install":null,"tools":[{"name":"Replace Text","description":"Search the active editor for `query` and replace it with `replacement`."},{"name":"Get Context Around","description":"Return up to `radiusLines` lines before and after the *N-th* match of `query` in the active editor. Useful for content-aware edits."},{"name":"Find Text","description":"Search the active editor for a substring or regular expression and return the positions of each occurrence (up to `maxMatches`)."},{"name":"Replace Document","description":"Replace entire contents of the document."},{"name":"Insert Line","description":"Insert a blank line at row."},{"name":"Insert Text At Line","description":"Insert a block of text at the specified line number, shifting existing text down. Prefer replace-document for large edits."},{"name":"Delete Line","description":"Delete a single line."},{"name":"Delete Line Range","description":"Delete a range of lines."},{"name":"Get Selection","description":"Get the selected text."},{"name":"Get Document","description":"Get an array of each line in the document with line numbers."},{"name":"Get Line Count","description":"Get the total number of lines in the current document."},{"name":"Get Filename","description":"Get the filename of the current document."},{"name":"Get Full Path","description":"Get the full path of the current document."},{"name":"Get Project Files","description":"Get all project files in the current project."},{"name":"Open File","description":"Open a file (or move to that file's tab if already open)."},{"name":"Undo","description":"Undo the last change in the editor."},{"name":"Redo","description":"Redo the last undo in the editor."}],"env_vars":[],"auth_type":"none","github":"https://github.com/drunnells/pulsar-edit-mcp-server","homepage":"","server_url":"","status":"active","source":"mcpservers.org","updated_at":"Thu May 28"}