https://github.com/lirantal/fast-agent-example-with-mcp
MCP Server enhancing Fast Agent Python framework for terminal chat bot
https://github.com/lirantal/fast-agent-example-with-mcp
ai-agents fast-agent fast-agent-mcp mcp mcp-servers model-context-protocol
Last synced: 19 days ago
JSON representation
MCP Server enhancing Fast Agent Python framework for terminal chat bot
- Host: GitHub
- URL: https://github.com/lirantal/fast-agent-example-with-mcp
- Owner: lirantal
- Created: 2025-06-10T10:30:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-14T19:27:00.000Z (about 1 month ago)
- Last Synced: 2026-06-14T21:20:57.793Z (about 1 month ago)
- Topics: ai-agents, fast-agent, fast-agent-mcp, mcp, mcp-servers, model-context-protocol
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Fast Agent example
## Install
```bash
uv venv
source .venv/bin/activate
uv pip install fast-agent-mcp
```
## Configure
Copy the `example.fastagent.secrets.yaml` file to `fastagent.secrets.yaml` and fill in the required fields for setting an API key to one of the supported LLM providers.
## Run
Run the agent:
```
cd state-transfer
uv run agent_one.py
```
## Contributing
Please consult [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.