settings
Knowledge Base + MCP
DevOpsterminal — aerostack cli
$
npx aerostack add aerostack/knowledge-mcpsmart_toy
Use with AI Assistants
MCPConnect Claude, Cursor, or any MCP-compatible client — then call this function by slug
① Add MCP Server
Add this once — access all Aerostack functions from your AI tool.
claude_desktop_config.json
{
"mcpServers": {
"aerostack": {
"url": "https://mcp.aerostack.dev",
"type": "http"
}
}
}② Call this function
Ask your AI to use the call_function tool with this slug:
call_function
call_function({
slug: "knowledge-mcp",
args: {}
})Knowledge Base + MCP Server
Full knowledge base with a built-in Model Context Protocol server. Connect directly from Claude Desktop or Cursor.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /ingest | Upload content to knowledge base |
| POST | /chat | Ask questions with RAG context |
| POST | /search | Semantic search |
| GET | /.well-known/mcp.json | MCP server manifest |
| POST | /mcp | MCP JSON-RPC handler |
| GET | /health | Status check |
MCP Tools
search_knowledge— search the knowledge baseask_question— ask a question with AI-generated answer
Metadata
upgradeVersion1.0.0
gavelLicenseMIT
languageLanguagejavascript
cloudProvidercloudflare-worker
deployed_code
Build and publish your own functions
Write a TypeScript function, deploy it to the edge, and share it with thousands of developers — in minutes.