Back to Apps

Baby API
by calvinmclean
Ultra-simple Go CRUD API framework that automatically implements MCP server capabilities for rapid prototyping.
0 stars
Works in:claude
Exposes:Tools
What it does
Baby API is a lightweight Go framework designed to eliminate the boilerplate of creating RESTful CRUD APIs. It automatically generates HTTP endpoints for create, read, update, and delete operations based on Go structs, and integrates directly with the Model Context Protocol (MCP) to allow AI agents to manage data resources autonomously.
Tools
list_resources: Retrieves a list of all existing records for a specific resource type.get_resource: Fetches a single record by its unique identifier.create_resource: Adds a new record to the storage backend.update_resource: Modifies an existing record.delete_resource: Removes a record from the system.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"babyapi": {
"command": "go",
"args": ["run", "main.go", "serve"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/calvinmclean/babyapi@latestInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"babyapi": {
"command": "go",
"args": ["run", "main.go", "serve"]
}
}
}





