Mosfet

busycaesar/Mosfet
★ 0 stars Python AI/LLM Updated today
Mosfet is an LLM-powered agent you extend by skill files, tools and MCP servers into designated directories, so the LLM can draw on them to answer questions and carry out workflows.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mosfet": {
      "command": "uvx",
      "args": [
        "mosfet"
      ]
    }
  }
}

Or install with pip: pip install mosfet

README Excerpt

<img width="1000" height="250" alt="mosfet" src="https://github.com/user-attachments/assets/665d93f4-fe6d-4e2c-8195-67a266f7e244" /> Mosfet is an LLM-powered agent that you extend by adding **Skills**, **Tools** and **MCP Servers**. Each skill describes a capability or piece of knowledge the agent can draw on, tools let it take action, and MCP servers connect it to external systems. The goal is to empower the LLM by simply dropping in more of these building blocks.

Topics

agentic-aiai-agentai-workflows