zed-axiom-context-server
The zed-axiom-context-server is a server built in Rust that provides specific context management functionalities. It aims to ensure data integrity and efficient processing, allowing developers to easily manage application contexts. Leveraging Rust's features, it achieves high performance and safety.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
29
Forks
1
Issues
0
Axiom Context Server
This extension provides a Model Context Server for Axiom, for use with the Zed AI assistant.
Configuration
To configure the extension, you can specify custom command and arguments in your Zed settings.json:
{
"context_servers": {
"axiom-mcp": {
"settings": {}
"command": {
"cmd": "/path/to/axiom-mcp",
"args": ["--config", "/path/to/your/config.txt"]
}
}
}
}
If no custom command is specified, the extension will look for an axiom-mcp executable in the current directory.
echokit_server is a high-performance server software built in Rust, offering efficient data processing and API management. Designed for developers, it boasts high scalability and adaptability for various applications. It is particularly well-suited for real-time data processing and microservices architecture.