getaegis/aegis
by Various
Credential isolation for AI agents. Local-first transparent proxy — your agent never sees your API keys.
MCP
getaegis/aegis
Added 1 June 2026
Overview
A local-first transparent proxy that isolates credentials from AI agents. It intercepts API calls so the agent never directly sees your API keys, with no code changes required.
Best for
Best for
Developers who want to safely run third-party or untrusted AI agents on their own machine
Use cases
- Run AI agents without exposing API keys in prompts or logs
- Add credential isolation to existing agent workflows
- Enforce key rotation or access policies per agent session
Notes
A local-first transparent proxy that isolates credentials from AI agents. It intercepts API calls so the agent never directly sees your API keys, with no code changes required.
11 stars on GitHub. Last updated 2026-04-15. Licensed Apache-2.0.
Use cases
- Run AI agents without exposing API keys in prompts or logs
- Add credential isolation to existing agent workflows
- Enforce key rotation or access policies per agent session
Pros
- Simple setup with zero code modification
- Keeps credentials out of agent context and history
- Open source with a small TypeScript codebase
Cons
- Limited to agents using HTTP-based API calls
- Still early stage with only 11 GitHub stars
- Requires running a local proxy server alongside your agent
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple setup with zero code modification
- Keeps credentials out of agent context and history
- Open source with a small TypeScript codebase
Cons
- Limited to agents using HTTP-based API calls
- Still early stage with only 11 GitHub stars
- Requires running a local proxy server alongside your agent
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
agent-infra/mcp-server-browser
Various
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser