xeni - A CLI program to manage all your MCPs
Project description
Xeni ๐ง
Xeni is a modular Python framework designed for building intelligent agents and automation pipelines. It emphasizes extensibility, configuration-driven workflows, and ease of integration with various models or tools.
๐ Features
- โ๏ธ Modular architecture with customizable adapters
- ๐ Configuration-driven behavior using YAML/JSON
- ๐งช Includes testable CLI for development and debugging
- ๐งต Easily extensible with your own modules and logic
๐ฆ Installation
git clone https://github.com/ZotacMaster/Xeni.git
cd Xeni
pip install .
Or, install via pipx or pip
pipx install xeni
pip install xeni
๐ Project Structure
Xeni
โโโ src
โโโ xeni
โโโ http_proxy
โ โโโ endpoints
โ โ โโโ __init__.py
โ โ โโโ search.py
โ โ โโโ insert.py
โ โ โโโ healthcheck.py
โ โโโ server.py
โโโ mcp_proxy
โ โโโ adapters
โ โ โโโ __init__.py
โ โ โโโ base.py
โ โ โโโ claude.py
โ โ โโโ cursor.py
โ โ โโโ cline.py
โ โโโ server.py
โโโ utils
โ โโโ __init__.py
โ โโโ config.py
โ โโโ file_manager.py
โ โโโ models.py
โโโ __init__.py
โโโ cli.py
.gitignore
.python-version
LICENCE
pyproject.toml
uv.lock
๐งโ๐ป Usage
Commands avialable to xeni:
xeni start #starts the FastAPI server
xeni connect ${agent_name} #Connect to supported agents
xeni key ${API_key} --token ${Bearer token} #Sets the user credentials
xeni set-url ${url}
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
xeni-0.1.0.tar.gz
(21.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
xeni-0.1.0-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file xeni-0.1.0.tar.gz.
File metadata
- Download URL: xeni-0.1.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01361044f810c1652d0d5254e5004199921f82e054d4a79c23e22a1453b2f508
|
|
| MD5 |
99e91524b553806738b5a5cd2167c83d
|
|
| BLAKE2b-256 |
8e08e3fdf80cb37815304526ad2aa7b5d4c7149750b778558d0887d6aaa8ef6f
|
File details
Details for the file xeni-0.1.0-py3-none-any.whl.
File metadata
- Download URL: xeni-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2a38023dbc302230577108ee1adcdc5ad23c5c1a6eee444e60de2a53e9a5f3c
|
|
| MD5 |
364148e6cc8a4a3e7e6c38cdcc8cb50b
|
|
| BLAKE2b-256 |
a63de57842ae22d5c17f0d67db8a4d0503837bb2194194a101f6f791fd8bbb08
|