Skip to content

Commit 49de992

Browse files
authored
Merge pull request #2678 from port-labs/PORT-mcp-video-link
Add new video about Port's MCP remote server
2 parents b7651e2 + 342aa34 commit 49de992

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

docs/ai-agents/overview.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,20 @@ The data model of AI agents includes two main blueprints:
8989

9090
2. **AI invocations** - Each interaction made with an AI agent is recorded as an invocation. This acts as a log of everything going through your AI agents so you can monitor and improve them over time. Learn more in our [Interact with AI agents](/ai-agents/interact-with-ai-agents) guide.
9191

92+
## Relevant guides
93+
94+
Explore these guides to see AI agents in action and learn how to implement them in your organization:
95+
96+
- [Generate incident updates with AI](/guides/all/generate-incident-updates-with-ai)
97+
- [Enrich tasks with AI-powered context](/guides/all/enrich-tasks-with-ai)
98+
- [Setup PR enricher AI agent](/guides/all/setup-pr-enricher-ai-agent)
99+
- [Setup service explorer AI agent](/guides/all/setup-service-explorer-ai-agent)
100+
- [Setup platform request triage AI agent](/guides/all/setup-platform-request-triage-ai-agent)
101+
- [Setup task manager AI agent](/guides/all/setup-task-manager-ai-agent)
102+
- [Setup incident manager AI agent](/guides/all/setup-incident-manager-ai-agent)
103+
- [Add RCA context to AI agents](/guides/all/add-rca-context-to-ai-agents)
104+
- [Enrich security vulnerability using AI](/guides/all/enrich-security-vulnerability-using-ai)
105+
92106
## Frequently asked questions
93107

94108
<details>

docs/ai-agents/port-mcp-server.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import TabItem from "@theme/TabItem"
1414
style={{borderRadius:'4px'}}
1515
width="568"
1616
height="320"
17-
src="https://www.youtube.com/embed/hxUTTPSApQs"
17+
src="https://www.youtube.com/embed/WrVgQ-whBiE"
1818
title="YouTube video player"
1919
frameborder="0"
2020
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
@@ -49,6 +49,21 @@ The Port MCP Server directly enables these kinds of valuable, in-context interac
4949

5050
## Key capabilities and use-cases
5151

52+
<center>
53+
<div className="video-container">
54+
<iframe
55+
style={{borderRadius:'4px'}}
56+
width="568"
57+
height="320"
58+
src="https://www.youtube.com/embed/hxUTTPSApQs"
59+
title="YouTube video player"
60+
frameborder="0"
61+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
62+
allowfullscreen>
63+
</iframe>
64+
</div>
65+
</center>
66+
5267
The Port MCP Server enables you to interact with your Port data and capabilities directly through natural language within your chosen LLM-powered tools. Here's what you can achieve:
5368

5469
### Find information quickly
@@ -97,6 +112,11 @@ Receive assistance with common development and operational tasks, directly withi
97112

98113
![Getting instructions for new service setup](/img/ai-agents/MCPClaudeServiceSetup.png)
99114

115+
### Find your own use cases
116+
117+
You can use Port's MCP to find the use cases that will be valuable to you. Try using this prompt: "think of creative prompts I can use to showcase the power of Port's MCP, based on the data available in Port"
118+
119+
100120
## Using Port MCP
101121

102122
### Setup

docs/solutions/incident-management/communicate-internally-and-externally.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In high-pressure moments, clear and timely communication prevents confusion, bui
2525
- [Create and Update Statuspage Incidents](../../guides/all/visualize-and-manage-statuspage-incidents#set-up-self-service-actions)
2626
- [Update ServiceNow Incident](../../guides/all/interact-with-servicenow/)
2727
- [Setup Incident Manager AI Agent](../../guides/all/setup-incident-manager-ai-agent)
28+
- [Generate incident updates with AI](../../guides/all/generate-incident-updates-with-ai)
2829

2930
:::tip Over-communicate in a Crisis
3031
When in doubt, share more. Frequent, clear updates—internally and externally—reduce stress and build trust during incidents.

0 commit comments

Comments
 (0)