Skip to main content
Glama

Statelessor MCP Server

by aloksinghGIT

analyze_git_repository

Analyze Git repositories to detect stateful code patterns in .NET or Java projects and receive remediation guidance for migrating to stateless architectures.

Instructions

Analyze a Git repository for stateful code patterns in .NET or Java projects

Input Schema

NameRequiredDescriptionDefault
gitUrlYesGit repository URL (HTTPS or SSH)
sshKeyIdNoSSH key ID for private repositories (optional)

Input Schema (JSON Schema)

{ "properties": { "gitUrl": { "description": "Git repository URL (HTTPS or SSH)", "type": "string" }, "sshKeyId": { "description": "SSH key ID for private repositories (optional)", "type": "string" } }, "required": [ "gitUrl" ], "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/aloksinghGIT/statelessor-mcp'

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