GalwayBus
Galway Bus is a Kotlin Multiplatform project that provides a mobile application for viewing bus information in Galway using Jetpack Compose and SwiftUI.
This project showcases the capabilities of Kotlin Multiplatform by integrating a shared codebase that can be used across Android, iOS, and macOS applications. It includes a `ShareCode` module that facilitates the sharing of business logic and data models between platforms. The application leverages Jetpack Compose for Android UI and SwiftUI for iOS UI, providing a modern and responsive user experience. Additionally, the project includes various resources and blog posts that document the development process and the use of technologies such as SQLDelight and Google Maps within the Kotlin Multiplatform context.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"galwaybus": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-galwaybus"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions