exi/mcp-steam
If you are the rightful owner of mcp-steam and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides instructions on building and running a Model Context Protocol (MCP) server using a Java-based project.
How to build
./gradlew :bootJar
How to run
claude_desktop_config.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"
]
}
}
}