Skip to main content
Glama

Lspace MCP Server

Official
by Lspace-io
config.example.json684 B
{ "credentials": { "github_pats": [ { "alias": "example_pat_alias", "token": "ghp_YOUR_PERSONAL_ACCESS_TOKEN_HERE" } ] }, "repositories": [ { "name": "My Example Local Project", "type": "local", "path": "/path/to/your/local/git/repository_example_1", "path_to_kb": ".", "id": "example-local-repo-1" }, { "name": "My Example GitHub Project", "type": "github", "owner": "your-github-username-or-org", "repo": "your-example-repository-name", "branch": "main", "pat_alias": "example_pat_alias", "path_to_kb": ".", "id": "example-github-repo-1" } ] }

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/Lspace-io/lspace-server'

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