context-server-rs
A Rust-based Model Context Protocol (MCP) server for AI code generation. Solves the context engineering problem by organizing and serving structured context from a local SQLite database to LLMs and AI tools. Fast, standards-based, and easy to run locally.
GitHub Stars
5
User Rating
Not Rated
Favorites
0
Views
20
Forks
0
Issues
0
Reviews & Ratings
No reviews yet
No reviews yet
Be the first to review this MCP and help others with useful information!
Write the first review7
Followers
30
Repositories
0
Gists
0
Total Contributions
mcpdb is a high-performance database solution built in Rust. It enables rapid data storage and retrieval, with excellent scalability. Notably, it emphasizes transaction processing and data integrity in its design. It offers an easy-to-use API for developers, making it integrable into various applications.
rspostgresmcp is a library developed in Rust that provides an interface to PostgreSQL databases. This library simplifies database operations while leveraging Rust's safety and performance to enable efficient data management. It supports error handling and asynchronous processing, making it a user-friendly tool for developers.