ainative-mcp-builder
Installation
SKILL.md
AINative MCP Builder Guide
What is an MCP Server?
Model Context Protocol (MCP) servers expose tools that AI agents (Claude Code, Cursor, Windsurf, etc.) can call directly. AINative's MCP servers (zerodb-mcp-server, zerodb-memory-mcp) are built this way.
Python — FastMCP
pip install fastmcp
# my_mcp_server.py
from fastmcp import FastMCP
import requests