Skip to main content
NEW SAMPLE CODE

Community contribution spotlights: A working MCP server and more

  • March 28, 2025
  • 3 replies
  • 244 views

Javier - Developer Relations
Forum|alt.badge.img+9

We are thrilled to feature recent community contributions to our sample code! Read on to learn what sample apps and code your peers have recently shared with the community.

 

MCP server

Many thanks to ​@zqush for going above and beyond to provide an example of a Model Context Protocol (MCP) server for Front! An MCP server is a standardized way to connect AI models to external data sources and tools, enabling them to access real-time information and perform tasks securely. 

 

PHP code snippets

Thank you ​@jross for contributing PHP versions of common Front code snippets!


PagerDuty Connectors example

Thank you ​@jason for providing an example of how to combine Front Connectors and PagerDuty to send critical SLA alerts!


Connectors and AI Assist for IT Support

Thank you ​@gregkn for demonstrating how Connectors and AI Assist are used to power Front’s own internal IT Support service!

 

Contributions like these are invaluable for making every customer’s use of Front more powerful. We deeply appreciate the engagement and willingness to share!

 

Happy coding!

3 replies

helena
Forum|alt.badge.img+6
  • Community Manager
  • March 28, 2025

This is so cool to see!! Thank you ​@zqush ​@jross ​@jason ​@gregkn 🚀


Forum|alt.badge.img+5
  • Helper
  • October 21, 2025

I have updated the code and tested it to work with Docker and LM Studio locally. There’s a guide in the repo (Claude.md) which tells you how to get it up and running using docker. Supported actions are:
 

list_conversations

get_conversation

search_conversations

update_conversation

list_conversation_messages

get_message

send_message

reply_to_conversation

list_contacts

get_contact

create_contact

update_contact

list_teammates

get_teammate

list_tags

create_tag

list_inboxes

get_inbox

list_conversation_comments

add_comment

get_analytics

 

It is still work in progress but a promising start. 


Javier - Developer Relations
Forum|alt.badge.img+9

Amazing! Thanks ​@zqush