TTA.dev

MCP Servers for TTA

This directory contains documentation for the MCP (Model Context Protocol) servers in the TTA project. These servers are designed to work with AI assistants through Augment to provide enhanced capabilities to LLMs and enable them to interact with your agents and knowledge graph.

What is MCP?

The Model Context Protocol (MCP) is a standardized way to provide context and tools to LLMs. MCP servers can:

MCP in TTA

The TTA project uses MCP servers to:

  1. Expose agents as MCP servers: This allows LLMs to interact with TTA agents through a standardized protocol.
  2. Access the knowledge graph: This allows LLMs to query and retrieve information from the TTA knowledge graph.
  3. Provide tools for game interactions: This allows LLMs to interact with the game world and perform actions.

MCP Architecture

The TTA project implements a modular MCP architecture with the following components:

This architecture allows for flexible and extensible MCP integration, making it easy to add new MCP servers and capabilities.

Available MCP Servers

The TTA project includes several MCP servers, categorized by their intended use:

Development MCP Servers

These servers are intended for development and testing purposes only:

Production/Prototype MCP Servers

These servers are designed for use in production or prototype environments:

Documentation

Examples

The examples/mcp directory contains example MCP server implementations:

Development Examples

Production/Prototype Examples

References