We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ColeMurray/aws-athena-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.mdā¢2.36 kB
# AWS Athena MCP Server Documentation
Welcome to the AWS Athena MCP Server documentation!
## š Documentation Index
### Getting Started
- **[Main README](../README.md)** - Complete setup guide and usage instructions
- **[Quick Start Guide](../README.md#-quick-start)** - Get up and running in 5 minutes
- **[Claude Desktop Integration](../README.md#-claude-desktop-integration)** - Setup with Claude Desktop
### Configuration
- **[Configuration Guide](../README.md#-configuration)** - Environment variables and AWS setup
- **[Security Best Practices](../SECURITY.md)** - Security guidelines and best practices
### Development
- **[Contributing Guide](../CONTRIBUTING.md)** - How to contribute to the project
- **[Development Setup](../README.md#-development)** - Setting up development environment
- **[Changelog](../CHANGELOG.md)** - Version history and changes
### API Reference
- **[API Documentation](api.md)** - Detailed API reference for all MCP tools
- **[Available Tools](../README.md#-available-tools)** - MCP tools provided by the server
- **[Usage Examples](../README.md#-usage-examples)** - Code examples and patterns
### Support
- **[Troubleshooting](../README.md#-troubleshooting)** - Common issues and solutions
- **[GitHub Issues](https://github.com/ColeMurray/aws-athena-mcp/issues)** - Report bugs or request features
- **[GitHub Discussions](https://github.com/ColeMurray/aws-athena-mcp/discussions)** - Community discussions
## šļø Project Structure
```
aws-athena-mcp/
āāā README.md # Main documentation
āāā CONTRIBUTING.md # Contribution guidelines
āāā CHANGELOG.md # Version history
āāā SECURITY.md # Security guidelines
āāā LICENSE # MIT license
āāā src/athena_mcp/ # Main package
āāā tests/ # Test suite
āāā examples/ # Usage examples
āāā scripts/ # Utility scripts
āāā docs/ # This documentation directory
```
## š¤ Contributing to Documentation
Documentation improvements are always welcome! Please:
1. Keep documentation up to date with code changes
2. Use clear, concise language
3. Include examples where helpful
4. Follow the existing documentation style
For more details, see our [Contributing Guide](../CONTRIBUTING.md).