Skip to main content
Glama
Alex-Shirazi1

AI Switch MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
continue_taskA

Use this when a user says continue/resume a feature. Auto-selects the best session and returns a ready continuation prompt.

start_sessionB

Create a new cross-assistant coding session for resumable handoff context.

append_progressC

Append a progress update from the active assistant to an existing session.

update_sessionC

Patch session metadata, task state, notes, status, and optional progress details.

get_sessionA

Fetch one session by ID with optional markdown handoff and resume prompt.

get_latest_sessionA

Get the most recently updated session, optionally scoped by project path.

list_sessionsA

List recent sessions with filters for project path and status.

complete_sessionC

Mark a session completed and optionally append final summary/notes.

delete_sessionA

Delete a saved session by ID. Requires confirm=true to prevent accidental deletion.

generate_handoffC

Generate a portable markdown handoff and resume prompt from a session.

store_infoA

Show the active storage file path so different MCP clients share the same history.

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/Alex-Shirazi1/AISwitchMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server