Skip to main content
Glama
gessa-ai

ai.gessa/mcp-server

Official
by gessa-ai

@gessa/mcp-server

mcp-name: ai.gessa/mcp-server

Thin stdio proxy for Gessa MCP.

{
  "mcpServers": {
    "gessa": {
      "command": "npx",
      "args": ["-y", "@gessa/mcp-server"],
      "env": {
        "GESSA_API_KEY": "mcpkey_xxx",
        "GESSA_API_URL": "https://api.gessa.ai"
      }
    }
  }
}

The package does not run engine logic locally. It starts an SDK stdio MCP server, mirrors the remote Gessa tool/resource/prompt surface through the SDK Streamable HTTP client, and authenticates to /mcp/rpc with GESSA_API_KEY.

Release

Initial npm release: 0.1.0.

Publish by tagging the repo with the package version:

git tag mcp-server-v0.1.0
git push origin mcp-server-v0.1.0

The publish workflow verifies the tag matches packages/mcp-server/package.json, builds the workspace, runs an npm pack dry-run, and publishes @gessa/mcp-server with npm provenance.

Related MCP server: Tripo AI MCP Server

Version Sync Policy

Keep the package version synchronized with the engine MCP API it proxies. Any change that alters /mcp/rpc authentication semantics, tool/resource/prompt names, required input schemas, or response shapes must update this package and the engine MCP docs in the same PR.

Use patch bumps for proxy-only fixes that do not change the remote MCP contract. Use minor bumps for additive MCP surface changes or authentication/client behavior changes. Reserve major bumps for breaking changes to the remote MCP contract.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.

  • Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

  • Build, version, review, and export websites, web apps, and games from a conversation.

View all MCP Connectors

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/gessa-ai/mcp-server'

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