Skip to content

moeennehzati/famulus

v0.0.0MIT

Personal and research assistant combining model guidance with machine-executable Python

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

famulus_dispatcherstdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "${PLUGIN_ROOT}/mcp_launcher.py"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "FAMULUS_HOST": "codex",
    "FAMULUS_PLUGIN_DATA": "${PLUGIN_DATA}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "famulus",
  "version": "0.0.0",
  "description": "Personal and research assistant combining model guidance with machine-executable Python",
  "author": {
    "name": "Moeen Nehzati",
    "url": "https://github.com/MoeenNehzati"
  },
  "homepage": "https://github.com/MoeenNehzati/famulus",
  "repository": "https://github.com/MoeenNehzati/famulus",
  "license": "MIT",
  "keywords": [
    "skills",
    "writing",
    "math",
    "latex",
    "productivity",
    "automation"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 253Python files
  • _read_list.js
  • install.sh
  • 249YAML files
  • 30JSON files
  • pyproject.toml
  • requirements.txt
  • 31other files
View on GitHub