iter
Verified Safeby aduboseh
Overview
Iter is a governed Model Context Protocol (MCP) server that provides deterministic, auditable decisions, enforces policy and economic constraints, and emits replay-sufficient DecisionPackets for AI systems.
Installation
cargo run --release --bin iter-serverSecurity Notes
The codebase demonstrates a strong focus on security, particularly around strict input validation (e.g., NaN/Infinity, bounds for floats, hash formats), a fail-closed design for invalid inputs (e.g., unknown enum values), and explicit information redaction in outputs to prevent leakage of internal state. The primary communication mechanism for the public stub is STDIO, which inherently limits direct network attack surface. There are no obvious hardcoded secrets or malicious patterns in the provided public source code. The `caller_context` module is a placeholder, deferring authentication/authorization implementation to future phases, meaning this specific component isn't yet secured.
Similar Servers
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
MCPJungle
MCPJungle is a self-hosted Model Context Protocol (MCP) Gateway that allows developers to register and manage various MCP servers and their tools from a central location, enabling AI agents to discover and consume these tools from a single gateway.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.