Skip to main content
Glama
Luminaire1337

MTA:SA Documentation MCP Server

MTA:SA Documentation MCP Server

Work in Progress: This project is currently under active development and not ready for production use. Features may be incomplete or subject to change.

A Model Context Protocol (MCP) server providing AI assistants with access to Multi Theft Auto: San Andreas documentation through intelligent search and vector similarity.

Note: Not yet available on npm registry.

Quick Start

# Clone the repository git clone https://github.com/Luminaire1337/mtasa-docs-mcp.git cd mtasa-docs-mcp # Install dependencies pnpm install # Build the project pnpm build # Test with MCP inspector pnpm inspector

What It Does

This MCP server gives AI assistants access to MTA:SA function documentation with:

  • Vector similarity search for finding relevant functions

  • Smart keyword expansion (e.g., "database" → finds dbQuery, dbPoll)

  • Deprecation warnings for outdated functions

  • SQLite caching for fast repeated access

Documentation

  • AGENTS.md - Complete technical documentation for developers

  • FEATURES.md - Planned features and roadmap

License

This project is licensed under the GNU General Public License v3.0.

See LICENSE file for details.

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/Luminaire1337/mtasa-docs-mcp'

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