Back to Home
vinay4appsentinels icon

as-mcp-cli

Verified Safe

by vinay4appsentinels

Overview

A command-line interface (CLI) for interacting with Model Context Protocol (MCP) servers, handling OAuth authentication and command execution via Server-Sent Events (SSE).

Installation

Run Command
as-mcp-cli

Security Notes

The CLI implements a standard OAuth 2.0 PKCE flow, opening a browser for user authentication and running a local HTTP server on `localhost:8585` for the callback. Credentials are stored in `~/.claude/.credentials.json`. No `eval` or obvious malicious patterns were found. The CLI acts as a pass-through for commands to a remote MCP server, meaning the security of the overall system heavily relies on the trustworthiness of the configured MCP server itself. The client-side implementation appears robust for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-12-11

Tags

CLIMCPOAuthServer-Sent EventsAuthentication