Back to Home
techmad220 icon

claude-code-mcp

Verified Safe

by techmad220

Overview

Exposes Claude Code CLI session history to Claude.ai or any MCP client for search and reference.

Installation

Run Command
/home/techmad/claude-code-mcp/target/release/claude-code-mcp --transport sse --port 3100

Security Notes

The server primarily operates locally, reading user session data from ~/.claude/. It uses SQLite with parameterized queries for indexing, preventing SQL injection. JSON-RPC tool calls are handled by predefined functions with argument validation, avoiding dynamic code execution. The SSE transport binds to 127.0.0.1 by default, limiting external exposure. The CORS policy is permissive ('Any') but is mitigated by the default local binding. No hardcoded secrets or obvious malicious patterns were found. File system access is scoped to user's .claude directory.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

MCPClaude CodeSession HistoryCLIDeveloper Tool