探索
Bookworm

Bookworm

Bookworm是一个用于处理docs.rs文档的工具集合,包含下载、索引、查询文档等功能,并提供MCP服务接口供LLM调用。
2.5分
4
2025-04-28 21:31:38
概述
安装
内容详情
替代品

What is Bookworm MCP Server?

Bookworm is a specialized server that provides access to Rust programming language documentation through the Model Context Protocol (MCP). It allows AI assistants to search and retrieve detailed information about Rust crates, their versions, components, and source code.

How to use Bookworm?

You can connect to Bookworm through any MCP-compatible client (like Claude.ai) by configuring the server details. Once connected, you can search for crates, explore their documentation, and access specific code implementations.

Use Cases

Ideal for developers needing Rust documentation access within AI tools, technical writers researching crate details, or educators creating Rust learning materials with AI assistance.

Key Features

Crate SearchFind Rust crates by name or functionality with comprehensive metadata about each crate.
Item SearchSearch for specific components within crates (modules, functions, structs, enums, traits).
Source Code AccessAccess the actual source code files of Rust crates with line-level precision.
Version ManagementBrowse different versions of crates and compare their components.

Pros and Cons

Advantages
Provides structured access to comprehensive Rust documentation
Supports precise searching at both crate and component levels
Works with standard MCP clients without special configuration
Maintains local cache for faster repeated access
Limitations
Currently focused only on Rust documentation (docs.rs)
Source code searching is marked as TODO in current version
Requires initial setup to download and index documentation

Getting Started

Install the ServerInstall Bookworm using Cargo (Rust's package manager).
Run the ServerStart the MCP server which will listen for connections.
Configure Your ClientAdd the server to your MCP client configuration. For Claude.ai, add to your settings:

Example Use Cases

Researching a CrateWhen you need to understand what a crate does and its key components.
Finding Implementation DetailsWhen you need to see how a specific feature is implemented.
Comparing VersionsWhen you need to see what changed between crate versions.

Frequently Asked Questions

1
What is MCP?Model Context Protocol is a standard for how AI models can access external tools and resources.
2
Does Bookworm require internet access?Only initially to download documentation. After caching, it can work offline.
3
How often is the documentation updated?You control updates by re-running the download command when needed.
4
Can I use this with other programming languages?Currently Bookworm only supports Rust documentation from docs.rs.

Additional Resources

Model Context Protocol SpecificationOfficial MCP documentation
docs.rs WebsiteSource of Rust documentation
Bookworm GitHub RepositorySource code and issue tracking
精选MCP服务推荐
Duckduckgo MCP Server
已认证
DuckDuckGo搜索MCP服务器,为Claude等LLM提供网页搜索和内容抓取服务
Python
208
4.3分
Firecrawl MCP Server
Firecrawl MCP Server是一个集成Firecrawl网页抓取能力的模型上下文协议服务器,提供丰富的网页抓取、搜索和内容提取功能。
TypeScript
2,954
5分
Figma Context MCP
Framelink Figma MCP Server是一个为AI编程工具(如Cursor)提供Figma设计数据访问的服务器,通过简化Figma API响应,帮助AI更准确地实现设计到代码的一键转换。
TypeScript
6,098
4.5分
Exa Web Search
已认证
Exa MCP Server是一个为AI助手(如Claude)提供网络搜索功能的服务器,通过Exa AI搜索API实现实时、安全的网络信息获取。
TypeScript
1,426
5分
Context7
Context7 MCP是一个为AI编程助手提供实时、版本特定文档和代码示例的服务,通过Model Context Protocol直接集成到提示中,解决LLM使用过时信息的问题。
TypeScript
4,851
4.7分
Minimax MCP Server
MiniMax Model Context Protocol (MCP) 是一个官方服务器,支持与强大的文本转语音、视频/图像生成API交互,适用于多种客户端工具如Claude Desktop、Cursor等。
Python
360
4.8分
Edgeone Pages MCP Server
EdgeOne Pages MCP是一个通过MCP协议快速部署HTML内容到EdgeOne Pages并获取公开URL的服务
TypeScript
88
4.8分
Baidu Map
已认证
百度地图MCP Server是国内首个兼容MCP协议的地图服务,提供地理编码、路线规划等10个标准化API接口,支持Python和Typescript快速接入,赋能智能体实现地图相关功能。
Python
322
4.5分
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "bookworm": {
      "command": "/path/to/wrm-mcp"
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。