Senzii Server
БесплатноНе проверенEnables interaction with the Senzii scheduling app, allowing users to manage schedules, sessions, and related data through natural language.
Описание
Enables interaction with the Senzii scheduling app, allowing users to manage schedules, sessions, and related data through natural language.
README
Stack
- Web framework: FastAPI
- Database: asyncpg (PostgreSQL, same schema as Rust)
- Sessions: Cookie-based, PostgreSQL-backed (same
sessionstable) - Email: Resend API
- Geocoding: Nominatim (OpenStreetMap)
- MCP Server: Python MCP SDK
Quick Start
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill in DATABASE_URL, SESSION_SECRET, etc.
uvicorn app.main:app --host 0.0.0.0 --port 3000 --reload
MCP server:
python -m mcp_server.main
Architecture
app/
main.py — FastAPI app, all routers wired
config.py — Environment configuration
db/ — Database layer (asyncpg pool, migrations, queries)
models/ — Pydantic schemas
middleware/ — Auth session extraction, rate limiting
routes/ — FastAPI routers (1:1 with Rust routes)
services/ — Email (Resend), Geocoding (Nominatim)
mcp_server/ — MCP server (Python MCP SDK)
static/ — App HTML/CSS/JS (login, dashboards, portals, SEO pages)
The marketing/landing site is a separate repo (Senzii-App/site) served from
Vercel at senzii.com. app.senzii.com serves only the app: GET / is the
sign-in page.
License
Open-source. See LICENSE.
Установка Senzii Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Senzii-App/appFAQ
Senzii Server MCP бесплатный?
Да, Senzii Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Senzii Server?
Нет, Senzii Server работает без API-ключей и переменных окружения.
Senzii Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Senzii Server в Claude Desktop, Claude Code или Cursor?
Открой Senzii Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Senzii Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
