Skip to main content
Glama
omdivyatej

agent-login

by omdivyatej

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_LOGIN_CDPNoAttach to a browser started with remote debugging, e.g., http://127.0.0.1:9222
AGENT_LOGIN_BROWSERNoOverride the automatic browser selection. Set to one of: chrome, brave, arc, msedge, vivaldi, opera, or other supported Chromium-based browsers.
AGENT_LOGIN_ISOLATEDNoSet 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sign_inA

Open the user's real installed browser (Chrome, Brave, Arc, Edge, …) with their existing profile so they are already logged in. name is just a label. Chromium locks the profile: if that browser is already running, ask them to quit it, then retry. After the signed-in page is visible, call complete_sign_in. Never ask for a password. Safari cannot be driven this way.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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