Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with 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:

  1. shell: Execute a command in the shell

    • Parameters:
      • command (string): The command to execute
  2. text_editor_view: View the content of a file

    • Parameters:
      • path (string): Absolute path to the file to view
  3. text_editor_write: Create or overwrite a file with new content

    • Parameters:
      • path (string): Absolute path to the file to write
      • file_text (string): Content to write to the file
  4. text_editor_str_replace: Replace a string in a file with a new string

    • Parameters:
      • path (string): Absolute path to the file
      • old_str (string): The string to replace
      • new_str (string): The new string to insert

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@soapbox/developer-mcp

Import symbol

import * as developer_mcp from "@soapbox/developer-mcp";
or

Import directly with a jsr specifier

import * as developer_mcp from "jsr:@soapbox/developer-mcp";

Add Package

pnpm i jsr:@soapbox/developer-mcp
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";