We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
//TODO: Bring this back to life
// describe("Signup", () => {
// beforeEach(() => {
// cy.visit("authenticate/signup");
// });
// it("lets the user create a new account", () => {
// cy.getBySel("workspaceName").type("bobo");
// cy.getBySel("userName").type("bobo clown");
// cy.getBySel("userEmail").type("bobo@systeminit.com");
// cy.getBySel("userPassword").type("Bobo42!ggz");
// cy.getBySel("signupSecret").type("cool-steam");
// cy.getBySel("signUp").click();
// cy.url().should("be.match", /\/authenticate\/login$/);
// });
// });