MCP
MCP Quickstart
Token creation, client configuration, and secure usage basics.
MCP Quickstart
Use MCP to let AI agents interact with Faker Forge for generation and mocking tasks.
Prerequisites
- Active Faker Forge account
- API token with fakerforge:generate ability
- MCP-capable client (VS Code, Cursor, Claude Code, Windsurf)
Create Token
- Open MCP token page.
- Create a token.
- Copy it immediately.
- Store securely in your client config.
Server URL
Use your deployed MCP endpoint URL from your environment.
Minimal Config Pattern
{
"mcpServers": {
"fakerforge": {
"url": "https://your-domain/mcp/fakerforge",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Security Guidelines
- Never commit MCP tokens.
- Rotate tokens on team/member changes.
- Use least privilege and environment separation.
First MCP Calls
- list-schemas
- get-codebase-schema
- list-mocks
These verify auth and connectivity before mutation tools.