Local Review MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Review MCPsearch for TODO comments in the workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
This server cannot be installed
Maintenance
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
- -licenseNot gradedqualityNot gradedmaintenanceA secure MCP server enabling read-only access and file search capabilities within a specified directory, while respecting .gitignore patterns.
- AlicenseNot gradedqualityBmaintenanceSafe local MCP server for Windows to list, read, search, patch, backup, and verify code files in allowed folders, with Git integration and dry-run diffs.1MIT
- AlicenseNot gradedqualityBmaintenanceA 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.2MIT
- AlicenseNot gradedqualityBmaintenanceA minimal, security-focused MCP server that provides structured read/write access to exactly one local workspace, with built-in local Git checkpoints and rollback.1Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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