Skip to main content
Glama
Jzhong2026

LocalMcpTools

by Jzhong2026

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LMCP_DATA_DIRNoOverride the default data directory (Runtime state: audit log, settings, logs). Default is %APPDATA%\LocalMcpTools\ on Windows.%APPDATA%\LocalMcpTools\

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
workspace.inspectA

Workspace inspection spike stub. Confirms the MCP stdio round-trip end-to-end. Returns the server pid and build label so the caller can verify the call landed. Accepts an optional 'placeholder' field and ignores it.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The purpose, while a stub, is clearly described.

Naming Consistency5/5

The single tool uses a dotted namespace convention, which is internally consistent. There are no other tools to compare against, so no inconsistencies exist.

Tool Count1/5

With exactly one tool that serves as a spike stub, the server is extremely thin and does not justify a multi-tool MCP server. The tool count is far too low for any meaningful workspace inspection.

Completeness1/5

The tool is explicitly a stub and does not perform any actual workspace inspection. The domain implied by the name is not covered at all, representing a severe incompleteness.

Maintenance

ActivityMaintained
ResponsivenessNo issues