https://github.com/exi/mcp-steam
https://github.com/exi/mcp-steam
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exi/mcp-steam
- Owner: exi
- License: gpl-3.0
- Created: 2025-03-03T21:05:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T21:08:33.000Z (7 months ago)
- Last Synced: 2025-03-03T22:22:39.542Z (7 months ago)
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to build
```shell
./gradlew :bootJar
```
# How to runclaude_desktop_config.json:
```json
{
"mcpServers": {
"spring-ai": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.transport=STDIO",
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.bannerMode=off",
"-Dlogging.pattern.console=",
"-jar",
"PATH_TO_PROJECT\\build\\libs\\exi-mcp-1.0-SNAPSHOT.jar",
"--my_steam_id=YOUR_STEAM_ID",
"--my_steam_key=YOUR_STEAM_API_KEY"
]
}
}
}
```