TamiTakamiya/aap-mcp-server-ts
3.1
If you are the rightful owner of aap-mcp-server-ts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The TypeScript AAP MCP Server is a proof of concept implementation designed to facilitate communication between applications using the Model Context Protocol (MCP).
TypeScript AAP MCP Server (Earliest) PoC
Setup
-
Edit server URL in
resources/aap-controller-api-tami.yamlservers: - url: https://aap26-mcp-aap26-test.apps-crc.testing/api/controller -
Run
npm install npm run generate-mcp-server cd dest npm install npm run build -
Copy
.env.exampleto.envand add environment variables# API Authentication BEARER_TOKEN_BEARERAUTH=your_aap_api_token_here # For ignoring TLS Signature Check NODE_TLS_REJECT_UNAUTHORIZED=0 -
Edit your
~/.claude.jsonto add"mcpServers": { "aap-controller": { "type": "sse", "url": "http://localhost:3000/sse" } }, -
Start MCP server
npm run start -
Start Claude and ask # of users defined in AAP
claude : : How many users are defined in AAP?