Skip to main content
Glama

MCP API Documentation System

application.properties995 B
spring.application.name=mcp-docs-server spring.thymeleaf.cache=false spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html # DevTools 설정 spring.devtools.restart.enabled=true spring.devtools.livereload.enabled=true spring.devtools.restart.poll-interval=2s spring.devtools.restart.quiet-period=1s ollama.api.url=http://localhost:11434 ollama.model=llama3 # 로컬 테스트 설정 spring.profiles.active=local # 공유 레포지토리 디렉토리 설정 (절대 경로) repos.directory=${user.dir}/shared_repos # Python Parser 서비스 URL (로컬) python.parser.url=http://localhost:8009 # 서버 포트 server.port=8080 # 로깅 설정 logging.level.com.odk.mediahub.mcp_docs_server=INFO logging.level.org.springframework.web=INFO # 데이터베이스 설정 (필요시) # spring.datasource.url=jdbc:h2:mem:testdb # spring.datasource.driverClassName=org.h2.Driver # spring.datasource.username=sa # spring.datasource.password= # spring.h2.console.enabled=true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/namyoungpark-2/docs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server