Open-E JovianDSS REST API Documentation MCP Server
Provides access to Open-E JovianDSS REST API documentation for intelligent search, endpoint analysis, and version comparison. It enables developers to integrate and interact with JovianDSS storage services through natural language via the Model Context Protocol.
README
Open-E JovianDSS REST API Documentation MCP Server
A Model Context Protocol (MCP) server that provides Claude Code with access to Open-E JovianDSS REST API documentation, enabling intelligent assistance with JovianDSS development and integration.
🚀 Features
- 📚 Documentation Access: Retrieve latest or trunk versions of JDSS REST API documentation
- 🔍 Smart Search: Search within documentation for specific terms, endpoints, and concepts
- 🔗 API Analysis: Extract and analyze API endpoints, HTTP methods, and schemas
- 📥 ZIP Downloads: Access complete documentation packages for offline use
- 🆚 Version Comparison: Compare different versions of documentation
- 🎯 Global Installation: Install once, use everywhere across all your projects
📦 Installation
Quick Install (Recommended)
# Install globally from GitHub
npm install -g https://github.com/miroslawfranek/JDSS-REST-Documentation-MCP.git
# Verify installation
jdss-rest-doc --help
Manual Installation
# Clone repository
git clone https://github.com/miroslawfranek/JDSS-REST-Documentation-MCP.git
cd JDSS-REST-Documentation-MCP
# Install dependencies
npm install
# Make globally available
npm install -g .
Using Installation Script
# Run the comprehensive installation script
./install.sh
🔧 Configuration
Claude Code Integration
Add to your Claude Code MCP configuration:
{
"mcpServers": {
"jdss-rest-documentation": {
"command": "jdss-rest-doc-mcp",
"env": {
"NODE_ENV": "production"
}
}
}
}
Claude Desktop Integration
Add to Claude Desktop settings:
{
"mcpServers": {
"jdss-rest-documentation": {
"command": "node",
"args": ["path/to/jdss-rest-doc-mcp/index.js"]
}
}
}
🎯 Usage
Command Line Interface
# Start MCP server
jdss-rest-doc start
# Test documentation access
jdss-rest-doc test
# Explore and download documentation
jdss-rest-doc explore
# Show configuration information
jdss-rest-doc config
# View usage examples
jdss-rest-doc demo
Claude Integration
Once configured, you can ask Claude:
- "Get the latest JovianDSS REST API documentation"
- "Search for 'volume' in the JDSS documentation"
- "Analyze the API endpoints in the JovianDSS documentation"
- "Compare latest and trunk versions of JDSS docs"
- "Download the complete JDSS documentation as ZIP"
🛠️ Available MCP Tools
1. get_edss_documentation
Retrieve JDSS REST API documentation content.
Parameters:
version: "latest" or "trunk" (default: "latest")section: Optional specific section to extract
Example:
{
"name": "get_edss_documentation",
"arguments": {
"version": "latest",
"section": "authentication"
}
}
2. search_edss_documentation
Search within the documentation for specific terms.
Parameters:
query: Search term (required)version: "latest", "trunk", or "both" (default: "latest")
Example:
{
"name": "search_edss_documentation",
"arguments": {
"query": "volume management",
"version": "both"
}
}
3. analyze_edss_api_endpoints
Extract and analyze API endpoints from documentation.
Parameters:
version: "latest" or "trunk" (default: "latest")detailed: Include detailed analysis (default: false)
4. download_edss_documentation
Get information about downloading documentation as ZIP.
Parameters:
download: Return download information (default: true)
5. compare_documentation_versions
Compare different versions of the documentation.
Parameters:
focus: "endpoints", "changes", "summary", or "all" (default: "summary")
📋 Documentation URLs
The MCP server accesses these Open-E JovianDSS documentation sources:
- Latest:
http://dh.lan:777/docs/EDSS/JEFFERSONVILLE/documentation/v4/ - Trunk:
http://dh.lan:777/docs/EDSS/trunk/documentation/v4/ - ZIP Download:
http://dh.lan:777/docs/EDSS/JEFFERSONVILLE/documentation/v4/get_doc.php?t=zip
🏗️ Development
Project Structure
jdss-rest-mcp/
├── package.json # NPM package configuration
├── README.md # This documentation
├── index.js # Main MCP server
├── cli.js # Command-line interface
├── install.sh # Installation script
├── edss-doc-explorer.js # Documentation analysis tool
└── examples/
├── claude-queries.md # Example Claude interactions
└── mcp-config.json # MCP configuration examples
Prerequisites
- Node.js: Version 18.0.0 or higher
- npm: Latest stable version
- Network Access: To Open-E documentation servers
Local Development
# Clone repository
git clone https://github.com/miroslawfranek/JDSS-REST-Documentation-MCP.git
cd JDSS-REST-Documentation-MCP
# Install dependencies
npm install
# Run in development mode
npm run dev
# Test CLI functionality
npm run test
🧪 Testing
Test Documentation Access
# Test all documentation endpoints
jdss-rest-doc test
# Test with Node.js directly
node cli.js test
Test MCP Server
# Start server and test with Claude
npm start
# Run exploration and analysis
npm run explore
📖 Documentation Structure
The JovianDSS REST API documentation typically includes:
- Authentication: API key management and login procedures
- Volume Management: Create, modify, and delete storage volumes
- Pool Operations: ZFS pool management and monitoring
- System Information: Hardware status and system configuration
- User Management: User accounts and permissions
- Monitoring: Performance metrics and health status
- Backup & Replication: Data protection features
- Network Configuration: iSCSI, NFS, and CIFS settings
🔍 Search Capabilities
The MCP server can find information about:
- API Endpoints:
/api/v4/volumes,/api/v4/pools, etc. - HTTP Methods: GET, POST, PUT, DELETE operations
- Parameters: Request/response schemas and data types
- Authentication: Token-based access and session management
- Error Codes: HTTP status codes and error handling
- Medical/Clinical Terms: Patient, assessment, score, examination
- Storage Terms: Volume, pool, dataset, snapshot, replication
🤝 Contributing
- Fork the repository
- Create a feature branch:
git checkout -b feature-name - Make your changes and test thoroughly
- Commit with clear messages:
git commit -m "Add feature description" - Push to your fork:
git push origin feature-name - Submit a pull request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Open-E, Inc. - For JovianDSS and comprehensive REST API documentation
- Anthropic - For Claude and the Model Context Protocol framework
- Professional Wiki - For MCP server architecture inspiration
📞 Support
- Issues: GitHub Issues
- Documentation: Project Wiki
- Open-E Support: Open-E Knowledge Base
🎯 Ready to enhance your JovianDSS development experience with intelligent documentation assistance!
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。