Skip to main content
Glama
summeredge

Local Review MCP

by summeredge

Local Review MCP

Current version

V0.1 / Task 4

Related MCP server: local-code-mcp

Current capabilities

  • MCP Streamable HTTP runtime

  • exactly six registered read-only tools

  • fixed loopback host

  • configurable fixed port

  • startup port conflict detection

  • one explicitly configured active workspace

  • bounded workspace metadata, directory listing, and text-file reading

  • bounded literal or regular-expression search with ripgrep and Node fallback

Default endpoint

http://127.0.0.1:12080/mcp

Start the server with:

npm install
npm start -- --workspace <path>

The port can be overridden with --port <number>. A JSON config file can be provided with --config <path>; CLI options take precedence over the file:

{
  "port": 12080,
  "workspace": "C:\\path\\to\\project"
}

The workspace is required; the runtime does not guess a default directory.

The current tools are workspace_info, list_files, read_file, and search_text. git_status and git_diff remain controlled not_implemented placeholders.

search_text accepts query, optional workspace-relative path and glob, regex, case_sensitive, and limit. Searches are restricted to allowed text files up to 2 MiB, with at most 200 returned results and 500 preview characters per result.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    A local filesystem MCP server providing constrained file operations (read/write, directory management, search, metadata) within configurable directories, with read-only mode and zero runtime dependencies.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A minimal, security-focused MCP server that provides structured read/write access to exactly one local workspace, with built-in local Git checkpoints and rollback.
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

  • Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/summeredge/Local-Review-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server