AINU-Labs/ainu-mcp
3.1
If you are the rightful owner of ainu-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.
This repository demonstrates how AINU agents can seamlessly use remote MCP server tools alongside local tools.
Tools
2
Resources
0
Prompts
0
ainu-mcp
This repository demonstrates how AINU agents can seamlessly use remote MCP server tools alongside local tools.

The agent is built using @ainulabs/ainu.
Getting Started
-
Clone the repository:
git clone https://github.com/AINU-Labs/ainu-mcp.git cd ainu-mcp -
Install dependencies:
npm install -
Configure environment variables:
-
Copy
.env.exampleto.env:cp .env.example .env -
Fill in your API keys in
.env:ANTHROPIC_API_KEY: Your Anthropic API key for the AI agent.
-
-
Run the code:
npm start
Overview
This repository contains the following files:
src/agent.ts: Defines the agent and its capabilities.src/app.ts: Sets up the express 'remote' service as the gateway to the MCP serversrc/index.ts: Orchestration function to run the examplesrc/server.ts: Creates the MCP servertests/index.test.ts: Contains test cases for the application.
This structure ensures modularity and clarity, making it easy to extend and maintain.
Sample Output
Server is running on http://localhost:3000
Available tools: getLocation, getWeather
AI: I'll help you find out the weather in your current location. First, I'll retrieve your location and then check the weather for you.
AI: Now, I'll fetch the current weather for New York:
AI: Based on the results, the current weather in your location (New York) is sunny. It looks like a nice day outside!