aia-mcp

siegfriedschaefer/aia-mcp

3.2

If you are the rightful owner of aia-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

AIA's Model Context Protocol (MCP) server is designed to facilitate seamless communication and integration between AI models and various applications.

aia-mcp

AIA's mcp server

how to test with echo command

cd server
echo '{"jsonrpc":"2.0","method":"foo","id":1}' | node build/index.js | jq .

how to build monorepo

  • build mcp server
npm run build -w server
  • build mcp client
npm run build -w client

how to start a minimalistic 'stdio' mcp client

Since we are building a local 'stdio' client, the client has to fork the mcp server

node client/build/index.js