Track 1,000 versions FREE with Anchor. After that, it's only $20/month. Start free →

Documentation / MCP Setup

MCP Setup Guide

Connect Syntaxia Anchor to your LLM via the Model Context Protocol.

1

Generate an API token

Create a token in your account settings. You’ll use it for MCP authentication.

2

Configure your MCP server

Point your MCP server to the Syntaxia Anchor API and add your token to the headers.

headers:
  Authorization: "token <YOUR_TOKEN>"
base_url: "https://api.syntaxia-anchor.example.com"
3

Test the connection

From your LLM client, call a simple endpoint (e.g., GET /api/v1/me) to confirm access.

Need more details?

If you need a deeper walk-through, see the API Reference or reach out to the team.