Servers
Agentvalet
@AgentValet
IGA for AI agents. IETF AIMS-compliant identity, credential governance & MCP proxy. SPIFFE · RFC 7591 · AuthZEN · CIBA. npx @agentvalet/register
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentvalet": {
"command": "npx",
"args": [
"-y",
"@agentvalet/mcp-server"
],
"env": {
"AGENT_ID": "agt_...",
"OWNER_ID": "...",
"PROXY_URL": "https://api.agentvalet.ai",
"AGENT_PRIVATE_KEY_PATH": "/path/to/agent.key"
}
}
}
}