Skip to main content
Glama

Code MCP Server

by block

get_session_history

Retrieve a detailed history of coding sessions and commits from VS Code using the Model Context Protocol. Specify a limit to control the number of sessions returned.

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