agent-login
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_LOGIN_CDP | No | Attach to a browser started with remote debugging, e.g., http://127.0.0.1:9222 | |
| AGENT_LOGIN_BROWSER | No | Override the automatic browser selection. Set to one of: chrome, brave, arc, msedge, vivaldi, opera, or other supported Chromium-based browsers. | |
| AGENT_LOGIN_ISOLATED | No | Set to 1 to use an empty isolated browser profile instead of reusing the existing browser profile. Useful when no compatible browser is available or for a clean session. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sign_inA | Open the user's real installed browser (Chrome, Brave, Arc, Edge, …) with
their existing profile so they are already logged in. |
| complete_sign_inA | Call after the user says they finished logging in. Saves the session (cookies stay in a local browser profile) and closes the login window. |
| browseA | Read a page using a named session. Omit url to reuse the sign_in url. If the result is LOGIN_REQUIRED, call sign_in, wait, complete_sign_in, retry. |
| list_sessionsA | List saved website sessions and whether a login window is open. |
| revokeA | Delete a named session and its local browser profile. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/omdivyatej/agent-login'
If you have feedback or need assistance with the MCP directory API, please join our Discord server