gaia-mcp-server

SipherAGI/gaia-mcp-server

3.1

If you are the rightful owner of gaia-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Gaia MCP Server is a deprecated TypeScript implementation of a Model Context Protocol server for ProtoGaia, supporting stdio and SSE communication methods.

The Gaia MCP Server is a TypeScript-based implementation of a Model Context Protocol (MCP) server designed for ProtoGaia. It facilitates communication between Large Language Models (LLMs) and external tools or services using the MCP standard. The server supports two primary communication methods: stdio and Server-Sent Events (SSE). Although this repository is deprecated, it provides a structured way for LLMs to interact with various AI tools, particularly in image generation and manipulation. Users are encouraged to switch to the new Go implementation for better performance and support.

Features

  • Supports stdio and SSE communication methods for flexible integration.
  • Facilitates interaction between LLMs and external tools using the MCP standard.
  • Provides AI image generation and manipulation tools.
  • Allows integration with platforms like Claude Desktop for enhanced functionality.
  • Deprecated in favor of a more efficient Go implementation.