My Own Assistant
@Interpause
About My Own Assistant
Whisper + TTS + As many MCP servers as I can stuff in
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is My Own Assistant?
My Own Assistant is an experimental project to simplify creating a fully integrated AI assistant using the Model Context Protocol (MCP). It is designed to be fully self‑hosted by bringing your own OpenAI compatible API, taking advantage of models like Qwen3‑30B‑A3B. The repository is built on a FastAPI template that supports CPU/GPU acceleration and includes common development tooling.
How to use My Own Assistant?
Clone the repository and replace all instances of py‑api‑template with your own project name. Optionally rename the src folder. Ensure the virtual environment is active and poetry install has been run. Use poe dev to start the development server, poe build {version} to build a Docker image, and poe prod to run the image locally. VSCode’s debug task (F5) is available for debugging.
Key features of My Own Assistant
- Fully self‑hosted with your own OpenAI compatible API
- Built on a FastAPI template with automatic CPU/GPU detection
- Package management via Poetry, formatting and linting via Ruff
- Pre‑configured VSCode debugging tasks
- Support for Dev Containers clone‑in‑volume feature
- Docker image build and deployment workflows
Use cases of My Own Assistant
- Creating a personal, self‑hosted AI assistant integrated with MCPs
- Experimenting with high‑efficiency models such as Qwen3‑30B‑A3B
- Using an OpenAI compatible API to power a custom assistant
- Starting a FastAPI‑based MCP server project with ready‑to‑use tooling
FAQ from My Own Assistant
—
More AI & Agents MCP servers
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Comments