Skip to main content
Glama

Code MCP Server

by block

get_session_history

Retrieve the history of coding sessions and their commits from the Code MCP Server, enabling AI agents to analyze past interactions with VS Code.

Instructions

Get history of all coding sessions and their commits

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of sessions to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of sessions to return", "type": "number" } }, "type": "object" }

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/block/vscode-mcp'

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