clearskies MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clearskies MCP ServerGenerate a model for a User with columns id, name, email"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clearskies MCP Server
An MCP (Model Context Protocol) server for the clearskies Python framework. This server provides AI assistants with tools for code generation, documentation, and project scaffolding when building applications with clearskies.
Installation
pip install clear-skies-mcp-serverOr with uv:
uv pip install clear-skies-mcp-serverRelated MCP server: Components Build MCP
Features
Documentation Tools
Core Type Discovery
Tool | Description |
| List all available clearskies column types |
| List all available endpoint types |
| List all available backend types |
| List all available context types |
| Get detailed docs for a specific column type |
| Get detailed docs for a specific endpoint type |
| Get detailed docs for a specific backend type |
| Get detailed docs for a specific context type |
Extended Type Discovery
Tool | Description |
| List all authentication types (SecretBearer, JWKS, etc.) |
| List all validator types (Required, Unique, etc.) |
| List all exception types |
| List all DI inject helpers |
| List all cursor types |
| List all input/output handlers |
| List all configuration types |
| List all client types |
| List all secrets handlers |
| List all security header handlers |
| List all query builder types |
| List all query result types |
| List all functional utilities |
Extended Type Info
Tool | Description |
| Get detailed docs for a specific authentication type |
| Get detailed docs for a specific validator type |
| Get detailed docs for a specific exception type |
| Get detailed docs for a specific DI inject helper |
| Get detailed docs for a specific cursor type |
| Get detailed docs for a specific input/output handler |
| Get detailed docs for a specific configuration type |
| Get detailed docs for a specific client type |
| Get detailed docs for a specific secrets handler |
| Get detailed docs for a specific security header handler |
| Get detailed docs for a specific query builder type |
| Get detailed docs for a specific query result type |
| Get detailed docs for a specific functional utility |
Concept Explanation
Tool | Description |
| Explain any clearskies concept in detail |
Code Generation Tools
Tool | Description |
| Generate a clearskies Model class definition |
| Generate an endpoint configuration |
| Generate a context wrapping an endpoint |
| Generate an endpoint group configuration |
Scaffolding Tools
Tool | Description |
| Generate a complete clearskies project with multiple models |
| Generate a complete REST API application for a single model |
| Generate multiple related models with relationships |
Documentation Resources
Core Documentation
Resource URI | Description |
| Framework overview |
| Model documentation |
| Endpoint documentation |
| Column types documentation |
| Backend documentation |
| Context documentation |
| Dependency injection docs |
| Authentication docs |
| Save lifecycle docs |
| Query documentation |
| Validator documentation |
Extended Documentation
Resource URI | Description |
| Testing clearskies applications |
| Authorization patterns |
| Error handling |
| Input handling |
| Endpoint groups |
| Routing documentation |
| Response customization |
| Database migrations (Mygrations) |
| Advanced column types |
| Advanced query patterns |
| Configuration management |
| Logging and observability |
| Caching patterns |
| Async patterns |
| Advanced state machine patterns |
| Secrets backend |
Backend Deep Dives
Resource URI | Description |
| MemoryBackend deep dive |
| CursorBackend deep dive |
| Cursors and raw SQL |
| Transaction management |
Framework Internals
Resource URI | Description |
| Advanced DI patterns |
| Query execution model |
| Model lifecycle |
| Input/output system |
Developer Experience
Resource URI | Description |
| Troubleshooting guide |
| Best practices |
| Exception hierarchy reference |
| Auth flow documentation |
Reference Material
Resource URI | Description |
| Complete column parameter reference |
| Complete endpoint parameter reference |
| Performance guide |
| Common patterns cookbook |
Example Resources
Resource URI | Description |
| Complete REST API example |
| Model relationships example |
| Authenticated API example |
| CLI application example |
| API client (ApiBackend) example |
| Testing example |
| Authorization patterns example |
| Error handling example |
| Endpoint groups example |
| Database migrations example |
| Hierarchical data (CategoryTree) example |
| Audit trail tracking example |
| Many-to-many with pivot data example |
| Advanced query patterns example |
| Configuration management example |
| Advanced state machine example |
| Secrets backend example |
Module Resources
Resource URI | Description |
| Overview of all extension modules |
| clearskies-aws module |
| clearskies-graphql module |
| clearskies-gitlab module |
| clearskies-cortex module |
| clearskies-snyk module |
| clearskies-akeyless-custom-producer module |
Style Resources
Resource URI | Description |
| Docstring style guide |
MCP Configuration
Add this to your MCP settings (e.g. in Kilo Code, Claude Desktop, etc.):
{
"mcpServers": {
"clearskies": {
"command": "clear-skies-mcp-server",
"args": []
}
}
}Or if using uv/uvx:
{
"mcpServers": {
"clearskies": {
"command": "uvx",
"args": ["clear-skies-mcp-server"]
}
}
}Development
# Clone the repo
git clone https://github.com/clearskies-py/mcp-server.git
cd mcp-server
# Create venv and install dependencies
uv sync all-extras --all-groups
# Run the server
clear-skies-mcp-serverLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clearskies-py/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server