mcpdb
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.
GitHub Stars
8
User Rating
Not Rated
Favorites
0
Views
22
Forks
2
Issues
0
MCP Memory Server
Runs as an HTTP/SSE server on http://127.0.0.1:3456
Needs a postgres connection on localhost:5432 with credentials postgres:postgres
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.