Neva
@RomanEmreis
Neva について
Model Context Protocol SDK for building structured, production-grade AI systems.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Neva?
Neva is a blazingly fast and easily configurable Model Context Protocol (MCP) server and client SDK for Rust, fully aligned with the latest MCP specification.
How to use Neva?
Add Neva as a dependency in your Cargo.toml (e.g., neva = { version = "0.4.1", features = ["client-full"] } or ["server-full"] for servers), then use the provided APIs to build MCP clients or servers—examples include creating a client to connect via stdio and list tools, or defining a server with tools, resources, and prompts.
Key features of Neva
- Provides both client and server SDK in one library.
- Asynchronous and Tokio-powered for high performance.
- Supports stdio and Streamable HTTP transports.
- Full support for Tools, Resources, and Prompts.
- Built-in bearer token authentication and role-based access control.
- Structured data output validation with embedded resources and links.
Use cases of Neva
- Build an MCP client that connects to remote servers and calls tools.
- Create an MCP server exposing custom tools, resources, and prompts.
- Implement secure bidirectional communication using Streamable HTTP.
FAQ from Neva
Is Neva stable for production use?
Neva is currently in preview; breaking changes can be introduced without prior notice.
What Rust version does Neva require?
Neva requires Rust 1.90+.
What transports does Neva support?
Neva supports stdio for local integrations and Streamable HTTP for remote, bidirectional communication.
What authentication mechanisms are available?
Neva supports bearer token authentication and role-based access control.
How do I get started with Neva?
Add the Neva crate to your Cargo.toml with the appropriate features, then follow the quick-start examples in the README to build a client or server.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント