All MCP servers

Mcp Server

Official
by Api.AirforcestdioAI & LLM Tools098Apache-2.0

Model Context Protocol (MCP) server for AI-assisted development of CAP applications.

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-server-imp4884d": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}