@soapbox/developer-mcp@0.1.4
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
82%
Published
6 months ago (0.1.4)
Developer MCP
Shell and Text Editor MCP
Project Overview
This MCP can replace the Goose built-in developer MCP.
Usage
Clone this repo, then add the MCP to Goose or another client:
deno run -A jsr:@soapbox/developer-mcp
Available Tools
The implementation provides four powerful tools:
-
shell: Execute a command in the shell
- Parameters:
command(string): The command to execute
- Parameters:
-
text_editor_view: View the content of a file
- Parameters:
path(string): Absolute path to the file to view
- Parameters:
-
text_editor_write: Create or overwrite a file with new content
- Parameters:
path(string): Absolute path to the file to writefile_text(string): Content to write to the file
- Parameters:
-
text_editor_str_replace: Replace a string in a file with a new string
- Parameters:
path(string): Absolute path to the fileold_str(string): The string to replacenew_str(string): The new string to insert
- Parameters:
Add Package
deno add jsr:@soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";
Import directly with a jsr specifier
import * as developer_mcp from "jsr:@soapbox/developer-mcp";
Add Package
pnpm i jsr:@soapbox/developer-mcp
pnpm dlx jsr add @soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";
Add Package
yarn add jsr:@soapbox/developer-mcp
yarn dlx jsr add @soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";
Add Package
vlt install jsr:@soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";
Add Package
npx jsr add @soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";
Add Package
bunx jsr add @soapbox/developer-mcp
Import symbol
import * as developer_mcp from "@soapbox/developer-mcp";