Skip to main content
Glama

mcp-perplexity

MIT License
62
  • Linux
  • Apple
index.html853 B
{% extends "base.html" %} {% block title %}Chats - MCP Perplexity{% endblock %} {% block content %} <div class="dark:bg-tokyo-bg-secondary shadow overflow-hidden sm:rounded-lg w-full"> <div class="px-6 py-3"> <h1 class="text-lg leading-6 font-medium dark:text-tokyo-accent-blue"> Chat History </h1> <p class="mt-1 text-sm dark:text-tokyo-text"> Your conversations with Perplexity AI </p> </div> <div class="border-t dark:border-tokyo-bg-accent"> <ul role="list" class="divide-y dark:divide-tokyo-bg-accent" hx-get="/api/chats?page={{ chats['pagination']['page'] }}" hx-trigger="every 10s" hx-target="this" hx-swap="innerHTML"> {% include '_chat_list.html' %} </ul> </div> </div> {% endblock %}

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/daniel-lxs/mcp-perplexity'

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