We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianxiadong/ones-wiki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
application.properties•625 B
spring.main.web-application-type=none
# NOTE: You must disable the banner and the console logging
# to allow the STDIO transport to work !!!
spring.main.banner-mode=off
logging.pattern.console=
spring.ai.mcp.server.name=ones-wiki-mcp
spring.ai.mcp.server.version=0.0.1
logging.file.name=./logs/mcp-ones-wiki-server.log
# ONES Wiki MCP Server Configuration
# ONES Platform Configuration - Please modify according to your actual environment
ones.host=your-ones-host.com
ones.email=your-email@example.com
ones.password=your-password
# Server Configuration
server.port=8080
logging.level.org.springframework.ai.mcp=DEBUG