Skip to main content
Glama

Statelessor MCP Server

by aloksinghGIT

Statelessor MCP Server

MCP (Model Context Protocol) server for analyzing .NET and Java projects for stateful code patterns. Integrates with Amazon Q Developer.

Installation

npm install -g statelessor-mcp

Quick Start

1. Configure Amazon Q

Create or edit ~/.aws/amazonq/mcp-config.json:

{ "mcpServers": { "statelessor": { "command": "npx", "args": ["statelessor-mcp"], "env": { "STATELESSOR_API_URL": "https://statelessor-api.port2aws.pro" } } } }

2. Restart Amazon Q in your IDE

3. Use in Amazon Q Chat

You: Analyze my local project at /path/to/my-dotnet-app You: Analyze https://github.com/myorg/java-project You: Explain how to fix Session State issues You: Generate a bash script for analyzing .NET projects

Available Tools

  • analyze_git_repository - Analyze Git repos for stateful patterns

  • analyze_local_project - Analyze local project directories

  • generate_analysis_script - Generate bash/PowerShell scripts

  • get_project_findings - Retrieve historical findings

  • explain_remediation - Get remediation guidance

Configuration

Environment variables:

  • STATELESSOR_API_URL - API endpoint (default: http://localhost:3001)

  • STATELESSOR_API_TIMEOUT - Request timeout in ms (default: 300000)

Additional details

Read USER_GUIDE.md for more details Read INTEGRATION.md as well for additional information

License

MIT

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Analyzes .NET and Java projects to detect stateful code patterns and provides remediation guidance for migrating to stateless architectures.

  1. Installation
    1. Quick Start
      1. 1. Configure Amazon Q
      2. 2. Restart Amazon Q in your IDE
      3. 3. Use in Amazon Q Chat
    2. Available Tools
      1. Configuration
        1. Additional details
          1. License

            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