Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
Document Schema Specifications
A comprehensive collection of document schemas for standardizing project documentation across different types of software projects.
⨠Key Features
- š Document Schema Collection - 10+ schemas covering all aspects of project documentation
- š GitHub API Integration - 191 templates from official GitHub repositories
- š Real-time Validation - Automated document structure checking
- š¦ NPX Ready - Easy installation and execution via npx
- š¤ AI-Friendly - Designed for seamless AI assistant integration
- ā” Template Generation - Instant creation of standardized documents
š Quick Start with NPX
# Install and run the MCP server globally
npx @scriptonbasestar/sb-schema-doc-server
# Generate a MIT license
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "generate_license", "arguments": {"license_type": "mit", "author": "Your Name", "output_path": "LICENSE"}}}' | npx @scriptonbasestar/sb-schema-doc-server
# Generate a Node.js .gitignore
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "generate_gitignore", "arguments": {"gitignore_type": "Node", "output_path": ".gitignore"}}}' | npx @scriptonbasestar/sb-schema-doc-server
# List all available templates
echo '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "list_templates", "arguments": {}}}' | npx @scriptonbasestar/sb-schema-doc-server
š GitHub API Integration
š Real-time Template Access
- License Templates: 36 templates from licenses/license-templates
- Gitignore Templates: 155 templates from github/gitignore
- Document Schemas: 10 local schemas for project documentation
š”ļø Fallback System
- Primary: GitHub API for latest templates
- Fallback: Local templates when API unavailable
- Zero configuration required
š Schema Collection
This project provides schemas for the following document types:
- README - Project introduction and setup instructions
- API Documentation - Code interface documentation
- Architecture - System design and component structure
- Features - User-facing functionality descriptions
- Tech Stack - Technology choices and dependencies
- TODO - Active development tasks and tracking
- Backlog - Future ideas and deferred features
- Changelog - Version history and changes
- Contributing - Contribution guidelines and setup
- Prompts - AI prompt templates and standards
š Usage
Manual Implementation
- Browse the schemas in the
schemas/
directory - Copy the relevant schema structure to your project
- Fill in the content according to the specified format
With MCP Server (Recommended)
Use our Model Context Protocol server with 9 powerful tools:
š§ Installation Options
# Option 1: NPX (Recommended)
npx @scriptonbasestar/sb-schema-doc-server
# Option 2: Global Installation
npm install -g @scriptonbasestar/sb-schema-doc-server
document-schema-doc-server
# Option 3: Local Development
git clone https://github.com/archmagece/mcp-schema-specs.git
cd mcp-schema-specs/doc-server
npm install && npm run build && npm start
š ļø MCP Server Tools (9 Total)
š Document Tools:
validate_document
- Validate documents against schemasgenerate_template
- Create new document templateslist_schemas
- List available document schemasanalyze_project_docs
- Assess documentation completeness
š License Tools:
generate_license
- Generate license files (36+ templates from GitHub)list_license_templates
- List all available license templates
š« Gitignore Tools:
generate_gitignore
- Generate .gitignore files (155+ templates from GitHub)list_gitignore_templates
- List all available gitignore templates
š General Tools:
list_templates
- List all available templates (schemas + licenses + gitignores)
š Claude Desktop Integration
Add to your MCP settings (claude_desktop_config.json
):
{
"mcpServers": {
"sb-schema-server": {
"command": "npx",
"args": ["@scriptonbasestar/sb-schema-doc-server"]
}
}
}
š File Structure
mcp-schema-specs/
āāā schemas/ # Document and template specifications
ā āāā docs/ # Document schema definitions
ā ā āāā schema.readme.md # README structure
ā ā āāā schema.api.md # API documentation
ā ā āāā ... # Other schema files
ā āāā templates/ # Local template fallbacks
ā āāā licenses/ # License templates
ā āāā gitignore/ # Gitignore templates
āāā doc-server/ # MCP server implementation
ā āāā src/index.ts # Server source code
ā āāā package.json # NPM package configuration
ā āāā README.md # Server documentation
ā āāā build/ # Compiled JavaScript
āāā README.md # Project overview
š¦ NPM Package
The MCP server is published as @scriptonbasestar/sb-schema-doc-server
:
- NPX Usage:
npx @scriptonbasestar/sb-schema-doc-server
- Global Install:
npm install -g @scriptonbasestar/sb-schema-doc-server
- Package URL: https://www.npmjs.com/package/@scriptonbasestar/sb-schema-doc-server
š¤ Contributing
Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.
š License
MIT License - see the LICENSE file for details.
Related Servers
CocoaPods Package README
Retrieve README files and package information from CocoaPods.
Glide API
Interact with the Glide API to build applications from data sources like Google Sheets.
OAuth 2.1 MCP Server
A Next.js template for building MCP servers with OAuth 2.1 authentication, supporting PostgreSQL and Redis.
Godot MCP
MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
Trade-MCP
A modular trading automation project using the Zerodha Kite Connect API for tool-based and resource-based automation.
MCP-CLI Adapter
Use command line tools in a secure fashion as MCP tools.
BlenderMCP
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
Testomat.io
Integrate Testomat.io API with AI assistants for test management.
Script Generator Server
A simple note storage system with tools for adding notes and generating scripts from them.
ECharts MCP Server
A server for generating various types of charts using the ECharts library.