Skip to main content

Infrastructure for building and deploying prod-ready services

Project description

svc-infra

Infrastructure for building and deploying prod-ready applications:

  • FastAPI app scaffolding with versioned mounting and uniform error handling
  • SQLAlchemy async DB integration + Alembic CLI
  • Auth via fastapi-users (session/refresh/OAuth)
  • Simple CRUD router generator
  • Logging, metrics, tracing, health checks

Install

poetry add svc-infra
# or
pip install svc-infra

MCP stdio CLIs

Two MCP servers are available as Node shims that launch the Python modules via uvx:

  • auth-infra-mcp -> svc_infra.auth.mcp
  • db-management-mcp -> svc_infra.db.mcp

Prerequisites:

  • Python 3.11+ available to uvx
  • uv (uvx) installed and on PATH (for macOS: brew install uv)

Run locally from this repo:

  • ./mcp-shim/bin/auth-infra-mcp.js
  • ./mcp-shim/bin/db-infra-mcp.js

Notes:

  • The shims default to repo https://github.com/Aliikhatami94/svc-infra.git at ref "main". Override with env vars:
    • SVC_INFRA_REPO: Git URL (e.g., your fork)
    • SVC_INFRA_REF: Branch, tag, or commit
    • UVX_REFRESH: Set to force uvx to refresh the environment
  • You can also run via npm scripts: npm run auth-mcp or npm run db-mcp after installing Node 18+.

MCP server config examples

Add entries like these to your Copilot MCP config (e.g., ~/.config/github-copilot/intellij/mcp.json):

{
  "servers": {
    "auth-infra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "--package=github:Aliikhatami94/svc-infra",
        "auth-infra-mcp"
      ]
    },
    "db-management-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "--package=github:Aliikhatami94/svc-infra",
        "db-management-mcp"
      ]
    }
  }
}

Tip:

  • If you want to pin a specific ref (branch, tag, commit), set SVC_INFRA_REF in your environment before launching the IDE.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

svc_infra-0.1.191.tar.gz (57.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

svc_infra-0.1.191-py3-none-any.whl (84.8 kB view details)

Uploaded Python 3

File details

Details for the file svc_infra-0.1.191.tar.gz.

File metadata

  • Download URL: svc_infra-0.1.191.tar.gz
  • Upload date:
  • Size: 57.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for svc_infra-0.1.191.tar.gz
Algorithm Hash digest
SHA256 1336bbf1ee824df173fb92a8210e532385d259091214e7bb0e6f6e23dd21dadd
MD5 2563f0377368ed283f8965c73505baed
BLAKE2b-256 c1a99fd308354e005341e0105095a1292e9516381141a546436397a2e464cc56

See more details on using hashes here.

Provenance

The following attestation bundles were made for svc_infra-0.1.191.tar.gz:

Publisher: publish-pypi.yml on Aliikhatami94/svc-infra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file svc_infra-0.1.191-py3-none-any.whl.

File metadata

  • Download URL: svc_infra-0.1.191-py3-none-any.whl
  • Upload date:
  • Size: 84.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for svc_infra-0.1.191-py3-none-any.whl
Algorithm Hash digest
SHA256 7fb9cf1b2ed137de4fc955a387edf02dd7373d95658ab87ea20bbb2683c13f7d
MD5 a26da3988c83eee1eef0a3d43161176f
BLAKE2b-256 699507eb7ccc68b14bb09ebd54784ef2d9cf4d78739ab05814b1069658b62124

See more details on using hashes here.

Provenance

The following attestation bundles were made for svc_infra-0.1.191-py3-none-any.whl:

Publisher: publish-pypi.yml on Aliikhatami94/svc-infra

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page