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.1.tar.gz
(20.6 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.1-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file xeni-0.1.1.tar.gz.
File metadata
- Download URL: xeni-0.1.1.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d916ccd49ba7158c78122892e19408aad10ea0168f5d1e8abd532b891dcba209
|
|
| MD5 |
f81ea7efb1c26cdaa9df14059afa33f9
|
|
| BLAKE2b-256 |
4dd6d743edb40895ef9aa6757034a83af79fc51fc63f1dbbb8fc9ba8a1ca2bc9
|
File details
Details for the file xeni-0.1.1-py3-none-any.whl.
File metadata
- Download URL: xeni-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
835461f1722fa004bfa93f82e8c8774d0d751e1944576cb1cb83cd9f20402846
|
|
| MD5 |
2786c004e4d7797def09ead35a21a33c
|
|
| BLAKE2b-256 |
70f6135dfa33036d1c6409bede14b484fa17d18d9c58d8e7c45a3521ecf9b3f0
|