jussikin
MCP Serverjussikinpublic

localagent

Fastagent llm agent server for doing stuff with data collected at home through various iot devices.

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Python
Language
-
License

About This Server

Fastagent llm agent server for doing stuff with data collected at home through various iot devices.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

LocalAgent

A simple AI agent server that can respond to questions and interact with local measurements data.

Prerequisites

  • Python 3.13 or higher
  • uv - Fast Python package installer and resolver

Setup

  1. Clone this repository:

    git clone <repository-url>
    cd localagent
    
  2. Create a virtual environment using uv:

    uv venv
    

    This creates a virtual environment in the .venv directory.

  3. Activate the virtual environment:

    On macOS/Linux:

    source .venv/bin/activate
    

    On Windows:

    .venv\Scripts\activate
    
  4. Install dependencies using uv:

    uv pip install -e .
    

    This will install all required dependencies including:

    • fast-agent-mcp
    • FastAPI
    • uvicorn

Running the Server

Start the server using uvicorn:

uvicorn agent-server:app --host 0.0.0.0 --port 8999

This will start the server on all network interfaces (0.0.0.0) on port 8999.

Usage

API Endpoints

POST /ask

Send questions to the agent:

curl -X POST http://localhost:8999/ask \
  -H "Content-Type: application/json" \
  -d '{"question": "Your question here"}'

Running in Interactive Mode

You can also run the agent in interactive mode:

python agent.py

Configuration

The agent uses configuration files for setup, but you'll need to create your own based on your specific needs.

Quick Start

1

Clone the repository

git clone https://github.com/jussikin/localagent
2

Install dependencies

cd localagent
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerjussikin
Repolocalagent
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation