forge-anvil
Verified Safeby agentic-forge
Overview
A client tool for testing and interacting with MCP (Microservice Communication Protocol) servers, offering both CLI and web UI interfaces.
Installation
anvil uiEnvironment Variables
- ANVIL_SERVER
Security Notes
The server is a client tool for interacting with arbitrary, user-specified MCP servers. While the tool itself appears to handle input and internal operations safely (e.g., uses `json.loads` for parsing JSON arguments, not `eval`), the inherent nature of connecting to any user-provided URL means the user could direct it to a malicious remote server. The local web UI server (`SimpleHTTPRequestHandler`) serves static files and injects a default server URL; this particular injection method does not present an immediate XSS risk from user input. No hardcoded secrets were found.
Similar Servers
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.