MCP.so
登录

My Own Assistant

@Interpause

关于 My Own Assistant

Whisper + TTS + As many MCP servers as I can stuff in

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

Interpause

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

AI 与智能体 分类下的更多 MCP 服务器