| Crates.io | casial-server |
| lib.rs | casial-server |
| version | 0.1.4 |
| created_at | 2025-09-15 00:29:32.330673+00 |
| updated_at | 2025-09-15 02:21:57.80597+00 |
| description | High-performance WebSocket MCP server with consciousness-aware context coordination for AI agent systems |
| homepage | https://promptedllc.com |
| repository | https://github.com/prompted365/context-casial-xpress |
| max_upload_size | |
| id | 1839293 |
| size | 150,054 |
High-performance WebSocket MCP (Model Context Protocol) server with consciousness-aware context coordination.
Casial Server provides a WebSocket-based MCP server implementation that enables AI agents and tools to coordinate context with consciousness-aware intelligence. It's built on top of casial-core and provides real-time context sharing capabilities.
Install and run the server:
cargo install casial-server
casial-server --help
The server can be configured via YAML, JSON, or environment variables:
# casial-server.yaml
host: "127.0.0.1"
port: 8080
max_connections: 1000
enable_metrics: true
Run with configuration:
casial-server --config casial-server.yaml
# Clone the repository
git clone https://github.com/prompted-llc/context-casial-xpress
cd context-casial-xpress
# Run the server in development mode
cargo run -p casial-server -- --help
The server implements the Model Context Protocol (MCP) over WebSocket. Connected clients can:
Licensed under either of
at your option.