Back to Home
LogicStamp icon

logicstamp-mcp

Verified Safe

by LogicStamp

Overview

Provides AI assistants with structured access to React/TypeScript codebases through LogicStamp Context's analysis engine, enabling safe analysis, modification, and verification of code.

Installation

Run Command
npx logicstamp-mcp

Environment Variables

  • PROJECT_PATH

Security Notes

The server is designed as a 'thin read-only wrapper' and communicates via stdio, meaning no network ports are opened. It relies on the `stamp context` CLI for core analysis, which includes 'Automatic Secret Protection' (replacing secrets with 'PRIVATE_DATA' in generated context, not modifying source files). Commands executed via `child_process.exec` are carefully constructed with predefined flags and use `projectPath` as the working directory, mitigating direct command injection. Path resolution via `path.resolve` helps prevent path traversal within the specified `projectPath`. The server's operations are confined to the provided project directory.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars3
Forks0
Last Update2026-01-17

Tags

MCPAI ToolsCode AnalysisTypeScriptReact