Fractera

Created By
Roma Bolshiyanov (Armstromg)10 days ago
Zero-Ops deploy of a private AI coding workspace onto your own VPS — straight from your AI chat. Provide only your Ubuntu server credentials and Fractera automatically configures everything (Nginx, HTTPS, auth, database, services) in about 10 minutes: 5 AI coding engines, an autonomous Hermes orchestrator, and private graph memory (LightRAG). No terminal, no DevOps. The deployment is IP-first and free; attaching a custom domain with HTTPS is an optional later step. The connector can register the user, recommend a VPS, run and monitor the full deploy, and answer questions about the project via get_project_info.
Overview

Fractera

Zero-Ops deploy of a private AI workspace to your own VPS — straight from your AI chat.

Fractera — step by step

Fractera turns a bare Ubuntu VPS into a complete, private AI coding workspace — without any DevOps. You give your AI agent only the server credentials, and the connector configures everything automatically (Nginx, HTTPS, auth, database, services) in about 10 minutes.

What you get on your own server

  • 5 AI coding engines — Claude Code, Codex, Gemini CLI, Qwen, Kimi (switchable on the fly)
  • Hermes — an autonomous orchestrator agent that can work while you sleep
  • Private graph memory (LightRAG) over your code and docs
  • Fully self-hosted on your hardware — nothing leaks to third-party clouds

AI chat

How to use

  1. Add this connector to your AI client by URL.
  2. In chat, ask to deploy Fractera and provide your VPS IP + credentials.
  3. The agent runs the full deploy and reports back when it's live at http://<your-ip>:3002.

Tools

  • register_and_deploy — create the user, register the server, run the full deploy
  • retry_deploy — recover a failed deployment
  • check_status — check deployment progress / state
  • get_vps_recommendation — suggest a suitable VPS
  • get_subdomain — return the workspace address
  • get_project_info — full architecture, specs and FAQ about the project

Real-world use cases

  • Private team content workspace (collaborate, nothing public)
  • Local-business lead dispatcher with an internal Kanban board
  • Hybrid public/private adaptive AI tutor controlled via Telegram
  • Autonomous trend-scraping blog that publishes and reports traffic to Telegram

Good to know

  • Free — Fractera never charges for the deployment; it runs on your own hardware.
  • IP-first — finishes on plain HTTP at your server IP; a custom domain with HTTPS is an optional later step inside the workspace.

Full knowledge base → fractera.ai/mcp-info

Server Config

{
  "mcpServers": {
    "fractera": {
      "url": "https://www.fractera.ai/api/mcp"
    }
  }
}
Project Info
Created At
10 days ago
Updated At
10 days ago
Author Name
Roma Bolshiyanov (Armstromg)
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago
Mnemom

18 hours ago
Linkpulse

19 hours ago