mcp-agent

Lightweight, focused utilities to manage connections and execute MCP tools with minimal integration effort. Use it to directly call tools or build simple agents within your current architecture.

GitHub Stars

13

User Rating

Not Rated

Favorites

0

Views

69

Forks

1

Issues

0

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/lastmile-ai/mcp-agent.git
cd mcp-agent

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start the Server

bash
python -m mcp_agent.server

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Python version and reinstall dependencies. Issue: Agent not functioning Solution: Verify the syntax of the configuration file.

Additional Resources