Skip to main content
ClaudeWave

Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.

MCP Servers3.3k stars298 forksKotlinApache-2.0Updated 5d ago
Editor's note

PeopleInSpace is a Kotlin Multiplatform sample project that retrieves real-time data about astronauts currently in space and the position of the International Space Station, sourcing that data from The Space Devs API and the Open Notify PeopleInSpace API. The project runs across Android (Jetpack Compose), Wear OS (Compose for Wear OS), iOS (SwiftUI), desktop (Compose for Desktop), web (Compose for Web via Wasm), and a Ktor backend deployable to Google App Engine. Its MCP server component reuses the same shared KMP code to expose space crew data to Claude-compatible MCP clients, making it one of the few examples where a single shared codebase serves both native UI targets and an AI tool interface simultaneously. The repository is intentionally minimal to serve as an accessible starting point for developers learning Kotlin Multiplatform, and it is included as an official sample in the Kotlin Multiplatform Mobile documentation. Developers exploring KMP architecture, Compose across platforms, or MCP server integration with Claude tooling will find it a practical reference.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/joreilly/PeopleInSpace
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/joreilly/PeopleInSpace and follow its README for install instructions.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
androidcompose-desktopcompose-ioscompose-multiplatformcompose-webiosjetpack-composekmpkmp-samplekoinkotlinkotlin-coroutineskotlin-multiplatformkotlin-nativektormcpswiftswiftuiwasm

What people ask about PeopleInSpace

What is joreilly/PeopleInSpace?

+

joreilly/PeopleInSpace is mcp servers for the Claude AI ecosystem. Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend. It has 3.3k GitHub stars and was last updated 5d ago.

How do I install PeopleInSpace?

+

You can install PeopleInSpace by cloning the repository (https://github.com/joreilly/PeopleInSpace) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is joreilly/PeopleInSpace safe to use?

+

Our security agent has analyzed joreilly/PeopleInSpace and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains joreilly/PeopleInSpace?

+

joreilly/PeopleInSpace is maintained by joreilly. The last recorded GitHub activity is from 5d ago, with 15 open issues.

Are there alternatives to PeopleInSpace?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy PeopleInSpace to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: joreilly/PeopleInSpace
[![Featured on ClaudeWave](https://claudewave.com/api/badge/joreilly-peopleinspace)](https://claudewave.com/repo/joreilly-peopleinspace)
<a href="https://claudewave.com/repo/joreilly-peopleinspace"><img src="https://claudewave.com/api/badge/joreilly-peopleinspace" alt="Featured on ClaudeWave: joreilly/PeopleInSpace" width="320" height="64" /></a>

More MCP Servers