1. Conduid
  2. Developer Tools
  3. Scope
MCP server · Developer Tools

Scope

Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.

Unclaimed MIT last commit a year ago automation
49Fair

Scored 3 months ago · breakdown

About Scope

Scope is an MCP server published by TFMV in the Developer Tools category: dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx scope
Claude Code
claude mcp add scope -- npx -y @jackgillen15-dev/scope-mcp
npx
npx -y @jackgillen15-dev/scope-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Scope

Powered by Claude · Grounded in docs

I know everything about Scope. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Scope

Installation

# Clone the repository
git clone https://github.com/TFMV/scope.git
cd scope

# Build the project
go build -o scope ./cmd/scope

Usage

Scope runs as a local MCP (Machine Conversation Protocol) server that can be integrated with compatible clients. To use Scope:

  1. Set the GO_REPO_PATH environment variable to point to your Go repository:

    export GO_REPO_PATH=/path/to/your/go/repo
    
  2. Run the Scope server:

    ./scope
    

The server will start and listen for MCP protocol messages on stdin/stdout. It can be integrated with any MCP-compatible client to provide code analysis and assistance features.

Available Tools

Lookup Type

Get documentation and definition of a Go type:

{
  "type_name": "YourType"
}

List Methods

List public methods for a Go type:

{
  "type_name": "YourType"
}

Show Example

Get example usage for a type or topic:

{
  "topic": "YourType"
}

Code Search

Search through codebase using semantic search:

{
  "query": "your search query"
}

Code Edit

Edit code files with AI assistance:

{
  "file": "path/to/file.go",
  "changes": "description of changes"
}

Code Review

Review code changes and provide feedback:

{
  "changes": "code changes to review"
}

Architecture

Scope is built with a modular architecture:

  • cmd/scope: Main application entry point and MCP server implementation
  • internal/analyzer: Core Go code analysis functionality
  • internal/cache: Caching system for improved performance
  • internal/tools: Tool management and configuration

The server uses the MCP protocol for communication, which provides a standardized way for clients to interact with the code analysis tools.

License

This project is licensed under the MIT License - see the LICENSE file for details.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Scope

How do I install Scope?

Run npx scope, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Scope safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Scope still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.